doc: add documentation for show ip nht route-map

Signed-off-by: Chirag Shah <chirag@nvidia.com>
This commit is contained in:
Chirag Shah 2022-12-15 21:54:40 -08:00
parent 63e7deba05
commit d358780207

View 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
=========================