diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2024-10-08 09:32:37 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2024-10-28 16:40:33 +0100 |
commit | a7fec9c387bd9696444b111fd8b0c631ecbf7522 (patch) | |
tree | a0197ab4effab0a792b9eedd50b063d4579ba78a /doc | |
parent | Merge pull request #17243 from louis-6wind/fix-bgp-local-label (diff) | |
download | frr-a7fec9c387bd9696444b111fd8b0c631ecbf7522.tar.xz frr-a7fec9c387bd9696444b111fd8b0c631ecbf7522.zip |
zebra: add 'debug zebra srv6' command
Add a specific debug command to handle srv6 troubleshooting.
Move the srv6 traces that initially were under 'debug zebra packet'
debug.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 06a19a613..74564c94b 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -1864,6 +1864,10 @@ Debugging Nexthop and nexthop-group events. +.. clicmd:: debug zebra srv6 + + Segment Routing for IPv6 dataplane debugging. + Scripting ========= |