diff options
| -rw-r--r-- | doc/user/routemap.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index ce3a9b1251..d99911dc02 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -144,10 +144,18 @@ Route Map Match Command Matches the specified `prefix-len`. This is a Zebra specific command. +.. clicmd:: match ip next-hop ACCESS_LIST + + Match the next-hop according to the given access-list. + .. clicmd:: match ip next-hop address IPV4_ADDR This is a BGP specific match command. Matches the specified `ipv4_addr`. +.. clicmd:: match ipv6 next-hop ACCESS_LIST + + Match the next-hop according to the given access-list. + .. clicmd:: match ipv6 next-hop address IPV6_ADDR This is a BGP specific match command. Matches the specified `ipv6_addr`. |
