summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Maria Matejka <mq@ucw.cz>2018-03-06 16:03:35 +0100
committerJan Maria Matejka <mq@ucw.cz>2018-03-08 12:57:39 +0100
commit0575c7db723523701d5582e2a9058cb5c46951c9 (patch)
treef155f748c46087c447ace5627c7861ea5def411d /doc
parentd0f47327f81a278d6adb3d0a6c235ea715798d01 (diff)
Config: Dropped the ipv4:netmask4 syntax for IPv4 prefixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 04f9258b..5ed816e8 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1234,8 +1234,7 @@ foot).
operator <cf/.type/. The type may be:
<cf/NET_IP4/ and <cf/NET_IP6/ prefixes hold an IP prefix. The literals
- are written as <cf><m/ipaddress//<m/pxlen/</cf>,
- or <cf><m>ipaddress</m>/<m>netmask</m></cf>. There are two special
+ are written as <cf><m/ipaddress//<m/pxlen/</cf>. There are two special
operators on these: <cf/.ip/ which extracts the IP address from the
pair, and <cf/.len/, which separates prefix length from the pair.
So <cf>1.2.0.0/16.len = 16</cf> is true.