From: Donatas Abraitis Date: Wed, 7 Feb 2024 20:56:17 +0000 (+0200) Subject: doc: Fix the documentation for route-map continue statement X-Git-Tag: base_10.0~21^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fce81856ed5470f8719f0a69357b45f20ee25af0;p=mirror%2Ffrr.git doc: Fix the documentation for route-map continue statement Signed-off-by: Donatas Abraitis --- 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