diff options
author | Ondrej Filip <feela@network.cz> | 2016-06-04 12:38:06 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2016-06-04 12:38:06 +0200 |
commit | 90dc0f08434323535f84d64e113dae84675c46b2 (patch) | |
tree | e9e4d05324222baa248806072aa8ed767f3669f7 /doc | |
parent | 9dbcb11cb50167e959536e5a564ee9aafae509c6 (diff) |
Small typo in documentation example, submitted by Felix Eckhofer.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 014225d1..f3c34a14 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1035,7 +1035,7 @@ foot). or <cf><m>ipaddress</m>/<m>netmask</m></cf>. There are two special operators on prefixes: <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.pxlen = 16</cf> is true. + So <cf>1.2.0.0/16.len = 16</cf> is true. <tag/ec/ This is a specialized type used to represent BGP extended community |