From cf00164b69743b541505da8301a340d5dd9154ce Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 7 Oct 2022 07:51:17 -0400 Subject: *: 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 --- ripd/rip_debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ripd') diff --git a/ripd/rip_debug.c b/ripd/rip_debug.c index 871ee8e87..ded62812a 100644 --- a/ripd/rip_debug.c +++ b/ripd/rip_debug.c @@ -55,6 +55,8 @@ DEFUN_NOSH (show_debugging_rip, if (IS_RIP_DEBUG_ZEBRA) vty_out(vty, " RIP zebra debugging is on\n"); + cmd_show_lib_debugs(vty); + return CMD_SUCCESS; } -- cgit v1.2.3