diff options
author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2019-12-07 01:02:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 01:02:08 +0100 |
commit | 73373085bc3b5ca173d9e7211fa6159fd5500336 (patch) | |
tree | 96efdeeff7b42ffdc4caf127ad3750f5b46409d9 /doc | |
parent | Merge pull request #5421 from sworleys/PBR-Del-Mark-All-Seq (diff) | |
parent | pbrd: use yes/no for pbr map validity vty output (diff) | |
download | frr-73373085bc3b5ca173d9e7211fa6159fd5500336.tar.xz frr-73373085bc3b5ca173d9e7211fa6159fd5500336.zip |
Merge pull request #5499 from sworleys/Pbr-Detail
pbrd: make the show pbr map output better
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 |