diff options
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/rip_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |