diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-12-03 19:49:54 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-12-03 19:49:54 +0100 |
commit | c5ec8f66e02921d6541673411543a3413018f989 (patch) | |
tree | 7d4e9da82fb6e99ff0d5c5fe411785ebbf96f769 /doc/user/routemap.rst | |
parent | Merge pull request #9396 from idryzhov/fix-dup-key-config (diff) | |
download | frr-c5ec8f66e02921d6541673411543a3413018f989.tar.xz frr-c5ec8f66e02921d6541673411543a3413018f989.zip |
doc: add missing route-map match command
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'doc/user/routemap.rst')
-rw-r--r-- | doc/user/routemap.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index 01d350133..a7f22cd40 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -152,6 +152,10 @@ Route Map Match Command This is a BGP specific match command. Matches the specified `ipv4_addr`. +.. clicmd:: match ip next-hop prefix-list PREFIX_LIST + + Match the next-hop according to the given prefix-list. + .. clicmd:: match ipv6 next-hop ACCESS_LIST Match the next-hop according to the given access-list. |