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:
Donald Sharp 2024-02-08 08:19:56 -05:00 committed by GitHub
commit aac45c8a97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -380,13 +380,13 @@ Route Map Exit Action Command
.. clicmd:: on-match next
.. clicmd:: continue
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