From f7517a8b44a950c0bf6a34b90fb6372b39174473 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Mon, 22 Nov 2021 21:25:39 +0200 Subject: [PATCH] doc: Add `match ipv6 next-hop ACCESS6_NAME` Signed-off-by: Donatas Abraitis --- doc/user/routemap.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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`. -- 2.39.5