diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-07 21:56:17 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-07 21:57:56 +0100 |
commit | fce81856ed5470f8719f0a69357b45f20ee25af0 (patch) | |
tree | 09ad85cb02386dc5e0d2059bde51ae7c9de24593 /doc | |
parent | Merge pull request #15314 from opensourcerouting/fix/remove_bgp_evpn_attr_get... (diff) | |
download | frr-fce81856ed5470f8719f0a69357b45f20ee25af0.tar.xz frr-fce81856ed5470f8719f0a69357b45f20ee25af0.zip |
doc: Fix the documentation for route-map continue statement
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/routemap.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index 18a261d94..791762aa7 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 |