mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-26 02:13:04 +00:00
Merge pull request #15324 from opensourcerouting/fix/doc_route_map_continue
doc: Fix the documentation for route-map continue statement
This commit is contained in:
commit
aac45c8a97
@ -380,13 +380,13 @@ Route Map Exit Action Command
|
|||||||
|
|
||||||
.. clicmd:: on-match next
|
.. clicmd:: on-match next
|
||||||
|
|
||||||
.. clicmd:: continue
|
|
||||||
|
|
||||||
Proceed on to the next entry in the route-map.
|
Proceed on to the next entry in the route-map.
|
||||||
|
|
||||||
.. clicmd:: on-match goto N
|
.. clicmd:: continue (1-65535)
|
||||||
|
|
||||||
.. clicmd:: continue N
|
Proceed to the specified sequence in the route-map.
|
||||||
|
|
||||||
|
.. clicmd:: on-match goto N
|
||||||
|
|
||||||
Proceed processing the route-map at the first entry whose order is >= N
|
Proceed processing the route-map at the first entry whose order is >= N
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user