diff options
author | Michal Rada <michal.rada@nic.cz> | 2023-10-17 14:58:14 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-10-24 18:02:40 +0200 |
commit | 06301a991d80597a2a0a9e449d0cdf4bc1eda6d1 (patch) | |
tree | 7f8823eb037dcdf210f1dcb5042942f80700f872 | |
parent | 63f1c4d918209ba4210024638011f7b9ccdd894b (diff) |
Doc: prefix match prefix pattern definition typo (in sets of prefixes definition)
-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 f2063325..d2b6459b 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1704,7 +1704,7 @@ in the foot). Prefix <cf><m>ip1</m>/<m>len1</m></cf> matches prefix pattern <cf><m>ip2</m>/<m>len2</m>{<m>l</m>,<m>h</m>}</cf> if the first <cf>min(len1, len2)</cf> bits of <cf/ip1/ and <cf/ip2/ are - identical and <cf>len1 <= ip1 <= len2</cf>. A valid prefix pattern + identical and <cf>l <= len1 <= h</cf>. A valid prefix pattern has to satisfy <cf>low <= high</cf>, but <cf/pxlen/ is not constrained by <cf/low/ or <cf/high/. Obviously, a prefix matches a prefix set literal if it matches any prefix pattern in the prefix set |