mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-15 06:45:25 +00:00
Merge pull request #6301 from pguibert6WIND/bfd_debug_show
bfdd: display debugging status of bfd
This commit is contained in:
commit
c516ebf90f
@ -878,9 +878,12 @@ DEFUN_NOSH(show_debugging_bfd,
|
|||||||
"BFD daemon\n")
|
"BFD daemon\n")
|
||||||
{
|
{
|
||||||
vty_out(vty, "BFD debugging status:\n");
|
vty_out(vty, "BFD debugging status:\n");
|
||||||
vty_out(vty, " Peer events debugging.\n");
|
if (bglobal.debug_peer_event)
|
||||||
vty_out(vty, " Zebra events debugging.\n");
|
vty_out(vty, " Peer events debugging is on.\n");
|
||||||
vty_out(vty, " Network layer debugging.\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;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user