]> git.puffer.fish Git - mirror/frr.git/commit
*: Create and use infrastructure to show debugs in lib 12074/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 7 Oct 2022 11:51:17 +0000 (07:51 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 7 Oct 2022 16:39:05 +0000 (12:39 -0400)
commitcf00164b69743b541505da8301a340d5dd9154ce
tree7f3c3e7c8a290c5d2a55f7e364089eb02b8d5e06
parenta00621d8b90cb1ddb91557f778c56b89a0b6e1ac
*: Create and use infrastructure to show debugs in lib

There are lib debugs being set but never show up in
`show debug` commands because there was no way to show
that they were being used.  Add a bit of infrastructure
to allow this and then use it for `debug route-map`

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
24 files changed:
babeld/babel_zebra.c
bfdd/bfdd_vty.c
bgpd/bgp_debug.c
eigrpd/eigrp_dump.c
isisd/isisd.c
ldpd/ldp_vty_cmds.c
lib/command.c
lib/command.h
lib/routemap.c
lib/routemap.h
nhrpd/nhrp_vty.c
ospf6d/ospf6d.c
ospfd/ospf_dump.c
pathd/path_cli.c
pbrd/pbr_vty.c
pimd/pim6_cmd.c
pimd/pim_cmd.c
ripd/rip_debug.c
ripngd/ripng_debug.c
sharpd/sharp_vty.c
staticd/static_vty.c
vrrpd/vrrp_vty.c
watchfrr/watchfrr_vty.c
zebra/debug.c