mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 02:06:12 +00:00
bfdd: display debugging status of bfd
display debugging status of bfd. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
ee215461ac
commit
9be4b18a2f
@ -878,9 +878,12 @@ DEFUN_NOSH(show_debugging_bfd,
|
||||
"BFD daemon\n")
|
||||
{
|
||||
vty_out(vty, "BFD debugging status:\n");
|
||||
vty_out(vty, " Peer events debugging.\n");
|
||||
vty_out(vty, " Zebra events debugging.\n");
|
||||
vty_out(vty, " Network layer debugging.\n");
|
||||
if (bglobal.debug_peer_event)
|
||||
vty_out(vty, " Peer events debugging is on.\n");
|
||||
if (bglobal.debug_zebra)
|
||||
vty_out(vty, " Zebra events debugging is on.\n");
|
||||
if (bglobal.debug_network)
|
||||
vty_out(vty, " Network layer debugging is on.\n");
|
||||
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user