diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-10-05 14:45:01 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-10-05 14:45:01 +0200 |
commit | 14ce8904e7b9f6ceeaf2587faeab200cd67401d9 (patch) | |
tree | 12a4847b4819e3ef40c8274c7a9e3f1d599ea81c | |
parent | 600eb695b1a273f8b3fd4f2c524d8eeef25483aa (diff) |
Doc: Fix typo
Thanks to Sergey Kulikov for the bugreport.
-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 18795a11..61f0ea32 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1272,7 +1272,7 @@ in the foot). <tag><label id="type-ip">ip</tag> This type can hold a single IP address. The IPv4 addresses are stored as IPv4-Mapped IPv6 addresses so one data type for both of them is used. - Whether the address is IPv4 or not may be checked by <cf>.is_ip4</cf> + Whether the address is IPv4 or not may be checked by <cf>.is_v4</cf> which returns a <cf/bool/. IP addresses are written in the standard notation (<cf/10.20.30.40/ or <cf/fec0:3:4::1/). You can apply special operator <cf>.mask(<M>num</M>)</cf> on values of type ip. It masks out |