From: Michal Rada Date: Tue, 17 Oct 2023 12:58:14 +0000 (+0200) Subject: Doc: prefix match prefix pattern definition typo (in sets of prefixes definition) X-Git-Tag: v2.15~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06301a991d80597a2a0a9e449d0cdf4bc1eda6d1;p=thirdparty%2Fbird.git Doc: prefix match prefix pattern definition typo (in sets of prefixes definition) --- diff --git a/doc/bird.sgml b/doc/bird.sgml index f20633256..d2b6459b2 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1704,7 +1704,7 @@ in the foot). Prefix ip1/len1 matches prefix pattern ip2/len2{l,h} if the first min(len1, len2) bits of len1 <= ip1 <= len2. A valid prefix pattern + identical and l <= len1 <= h. A valid prefix pattern has to satisfy low <= high, but