mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
doc: Add match ipv6 next-hop ACCESS6_NAME
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
f1189d7374
commit
f7517a8b44
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user