diff --git a/doc/bird.sgml b/doc/bird.sgml index 21141512..1cb3fc4f 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -520,9 +520,9 @@ incompatible with each other (that is to prevent you from shooting in the foot). There are also two shorthands for prefix patterns: address/ is a shorthand for address/ (where maxlen is 32 for IPv4 and 128 for IPv6), - that means prefix address/ and all its subprefixes. address/ - is a shorthand for address/, that means prefix address/ - and all its superprefixes (prefixes that contain it). + that means network prefix address/ and all its subnets. address/ + is a shorthand for address/, that means network prefix address/ + and all its supernets (network prefixes that contain it). For example, [ 1.0.0.0/8, 2.0.0.0/8+, 3.0.0.0/8-, 4.0.0.0/8{16,24} ] matches prefix 1.0.0.0/8, all subprefixes of 2.0.0.0/8, all superprefixes of 3.0.0.0/8 and prefixes