From fce81856ed5470f8719f0a69357b45f20ee25af0 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 7 Feb 2024 22:56:17 +0200 Subject: [PATCH] doc: Fix the documentation for route-map continue statement Signed-off-by: Donatas Abraitis --- doc/user/routemap.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index 18a261d94072..791762aa7b88 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