From d35878020786ec1a4402b67ba8fd9891dcc47d3a Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Thu, 15 Dec 2022 21:54:40 -0800 Subject: [PATCH] doc: add documentation for show ip nht route-map Signed-off-by: Chirag Shah --- doc/user/zebra.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 3608f828e8..c05a29af4e 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -309,6 +309,15 @@ the default route. User can get that information as JSON string when ``json`` key word at the end of cli is presented. +.. clicmd:: show ip nht route-map [vrf ] [json] + + This command displays route-map attach point to nexthop tracking and + displays list of protocol with its applied route-map. + When zebra considers sending NHT resoultion, the nofification only + sent to appropriate client protocol only after applying route-map filter. + User can get that information as JSON format when ``json`` keyword + at the end of cli is presented. + PBR dataplane programming =========================