]> git.proxmox.com Git - mirror_frr.git/commit - zebra/debug.c
zebra: msgdump debug strangeness cleanup
authorDonald Sharp <sharpd@nvidia.com>
Thu, 29 Apr 2021 12:16:22 +0000 (08:16 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 29 Apr 2021 12:22:53 +0000 (08:22 -0400)
commit4d0773c4eae667f6a01f4e6983f2459d6153b3a3
tree42424e9e2c14b85a2862d23322948f4437862b6e
parentef456ea52e16154007e1b575124ac2510081ba4e
zebra: msgdump debug strangeness cleanup

a) `debug zebra kernel` turns off `debug zebra kernel msgdump....`
this is odd and bad

b) `debug zebra kernel msgdump send` turns off receive and vice versa
this is counter intuitive as well

c) `no zebra kernel msgdump ...` turns off all kernel level debugging
we should only turn off msgdump specific debugs

d) `no debug zebra kernel` turns off all kernel level debugging
we should leave msgdump on.

e) Fix `show run` and show debug output

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/debug.c