diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-04-03 20:09:32 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-04-03 20:09:32 +0200 |
commit | 5caf32efa209bc3e9d741fe2acfc992d2cfad3e7 (patch) | |
tree | f30615ef1babfc48bdb4c90a0e503de79e9ad97b | |
parent | 7c8b7649f95c72c207bcf95064d08e831d5738ce (diff) |
Doc: Fix flowspec example
Thanks to Matt Corallo for the bugreport.
-rw-r--r-- | doc/bird.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index e4ddded2..c4d2c49b 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -5122,10 +5122,10 @@ logical operators <cf/&&/ or <cf/||/. Allowed relational operators are <cf/=/, (0xfff). <tag><label id="flow-length">length <m/numbers-match/</tag> - Set a matching packet length (e.g. <cf>length > 1500;</cf>) + Set a matching packet length (e.g. <cf>length > 1500</cf>) <tag><label id="flow-dscp">dscp <m/numbers-match/</tag> - Set a matching DiffServ Code Point number (e.g. <cf>length > 1500;</cf>). + Set a matching DiffServ Code Point number (e.g. <cf>dscp 8..15</cf>). <tag><label id="flow-fragment">fragment <m/fragmentation-type/</tag> Set a matching type of packet fragmentation. Allowed fragmentation |