From cce442b5c59dc744907a455a3dbdf8484bb72a54 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 24 Nov 2021 16:25:42 +0200 Subject: [PATCH] doc: Add `match ipv6 next-hop prefix-list` command Signed-off-by: Donatas Abraitis --- doc/user/routemap.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index d99911dc02..01d3501333 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -160,6 +160,10 @@ Route Map Match Command This is a BGP specific match command. Matches the specified `ipv6_addr`. +.. clicmd:: match ipv6 next-hop prefix-list PREFIX_LIST + + Match the next-hop according to the given prefix-list. + .. clicmd:: match as-path AS_PATH Matches the specified `as_path`. -- 2.39.5