]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Fix the documentation for route-map continue statement 15324/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 7 Feb 2024 20:56:17 +0000 (22:56 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 7 Feb 2024 20:57:56 +0000 (22:57 +0200)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
doc/user/routemap.rst

index 18a261d940727b57551b61be4ec4a8d4e3b879d1..791762aa7b88742a21306b8f270a26479fe41b66 100644 (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