diff options
author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-12-05 22:26:37 +0100 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-12-06 20:04:02 +0100 |
commit | b781c0869d928a7d47ae229970634607599e5cb8 (patch) | |
tree | d76f8d0e02f5c91aef964ff01a07c7f75e02d2c4 /doc | |
parent | pbrd: make vty nexthop/nexthop-group output consistent (diff) | |
download | frr-b781c0869d928a7d47ae229970634607599e5cb8.tar.xz frr-b781c0869d928a7d47ae229970634607599e5cb8.zip |
doc: add show pbr map doc
Add some doc for the `show pbr map [NAME] [detail]` command.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pbr.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/pbr.rst b/doc/user/pbr.rst index d3c7ee09e..68659fbf5 100644 --- a/doc/user/pbr.rst +++ b/doc/user/pbr.rst @@ -115,6 +115,12 @@ end destination. Not supported with NETNS VRF backend. +.. clicmd:: show pbr map [NAME] [detail] + + Display pbr maps either all or by ``NAME``. If ``detail`` is set, it will + give information about the rules unique ID used internally and some extra + debugging information about install state for the nexthop/nexthop group. + .. _pbr-policy: PBR Policy |