doc: Add match ipv6 next-hop ACCESS6_NAME

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
Donatas Abraitis 2021-11-22 21:25:39 +02:00
parent f1189d7374
commit f7517a8b44

View File

@ -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`.