]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: add documentation for show ip nht route-map 12434/head
authorChirag Shah <chirag@nvidia.com>
Fri, 16 Dec 2022 05:54:40 +0000 (21:54 -0800)
committerChirag Shah <chirag@nvidia.com>
Fri, 16 Dec 2022 16:42:53 +0000 (08:42 -0800)
Signed-off-by: Chirag Shah <chirag@nvidia.com>
doc/user/zebra.rst

index 3608f828e8e4c156f075b6c6315b7dedb1bbb9f6..c05a29af4e34a33cf3a35ed2f3bb6cacca0b6dfc 100644 (file)
@@ -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 <NAME|all>] [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
 =========================