mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 19:43:29 +00:00
Merge pull request #11061 from pguibert6WIND/debug_isis_bfd_too
isisd: enable BFD messaging debug when isis bfd is used
This commit is contained in:
commit
1327a85cd7
@ -2158,6 +2158,7 @@ DEFUN (debug_isis_bfd,
|
||||
PROTO_NAME " interaction with BFD\n")
|
||||
{
|
||||
debug_bfd |= DEBUG_BFD;
|
||||
bfd_protocol_integration_set_debug(true);
|
||||
print_debug(vty, DEBUG_BFD, 1);
|
||||
|
||||
return CMD_SUCCESS;
|
||||
@ -2172,6 +2173,7 @@ DEFUN (no_debug_isis_bfd,
|
||||
PROTO_NAME " interaction with BFD\n")
|
||||
{
|
||||
debug_bfd &= ~DEBUG_BFD;
|
||||
bfd_protocol_integration_set_debug(false);
|
||||
print_debug(vty, DEBUG_BFD, 0);
|
||||
|
||||
return CMD_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user