From c5ec8f66e02921d6541673411543a3413018f989 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 3 Dec 2021 21:49:54 +0300 Subject: [PATCH] doc: add missing route-map match command Signed-off-by: Igor Ryzhov --- doc/user/routemap.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index 01d3501333..a7f22cd40c 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -152,6 +152,10 @@ Route Map Match Command This is a BGP specific match command. Matches the specified `ipv4_addr`. +.. clicmd:: match ip next-hop prefix-list PREFIX_LIST + + Match the next-hop according to the given prefix-list. + .. clicmd:: match ipv6 next-hop ACCESS_LIST Match the next-hop according to the given access-list. -- 2.39.5