summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-02-08 08:19:56 -0500
committerGitHub <noreply@github.com>2024-02-08 08:19:56 -0500
commitaac45c8a974c517c31a8fced1ce4388e8118b71c (patch)
tree42ae980e9505b934612c081ce36aba8a0944d6fa
parentab3d0846bd8893f2f93af1d3b93c2cb4ac6da0f0 (diff)
parentfce81856ed5470f8719f0a69357b45f20ee25af0 (diff)
Merge pull request #15324 from opensourcerouting/fix/doc_route_map_continue
doc: Fix the documentation for route-map continue statement
-rw-r--r--doc/user/routemap.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst
index 18a261d940..791762aa7b 100644
--- a/doc/user/routemap.rst
+++ b/doc/user/routemap.rst
@@ -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