mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Fixed a typo in documentation
The problem was the "/" symbol in the prefix mask that finished the formatting definition prematurely.
This commit is contained in:
parent
ccfa48a24a
commit
ecbae010bf
@ -5370,8 +5370,8 @@ as the destination becomes adjacent again.
|
|||||||
(i.e., they can be used multiple times for a route, one time for each nexthop).
|
(i.e., they can be used multiple times for a route, one time for each nexthop).
|
||||||
Syntactically, they are not separate options but just parts of <cf/route/
|
Syntactically, they are not separate options but just parts of <cf/route/
|
||||||
statement after each <cf/via/ statement, not separated by semicolons. E.g.,
|
statement after each <cf/via/ statement, not separated by semicolons. E.g.,
|
||||||
statement <cf/route 10.0.0.0/8 via 192.0.2.1 bfd weight 1 via 192.0.2.2 weight
|
statement <cf>route 10.0.0.0/8 via 192.0.2.1 bfd weight 1 via 192.0.2.2 weight
|
||||||
2;/ describes a route with two nexthops, the first nexthop has two per-nexthop
|
2;</cf> describes a route with two nexthops, the first nexthop has two per-nexthop
|
||||||
options (<cf/bfd/ and <cf/weight 1/), the second nexthop has just <cf/weight 2/.
|
options (<cf/bfd/ and <cf/weight 1/), the second nexthop has just <cf/weight 2/.
|
||||||
|
|
||||||
<descrip>
|
<descrip>
|
||||||
|
Loading…
Reference in New Issue
Block a user