Skip to content

Commit

Permalink
Merge pull request #15324 from opensourcerouting/fix/doc_route_map_co…
Browse files Browse the repository at this point in the history
…ntinue

doc: Fix the documentation for route-map continue statement
  • Loading branch information
donaldsharp authored Feb 8, 2024
2 parents ab3d084 + fce8185 commit aac45c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/user/routemap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aac45c8

Please sign in to comment.