mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:17:20 +00:00
Merge pull request #8601 from Fredi-raspall/pr_fix_lfa_debug
isisd: fix show LFA debug in show debugging cmd
This commit is contained in:
commit
83187b8285
@ -1376,6 +1376,9 @@ DEFUN_NOSH (show_debugging,
|
|||||||
print_debug(vty, DEBUG_BFD, 1);
|
print_debug(vty, DEBUG_BFD, 1);
|
||||||
if (IS_DEBUG_LDP_SYNC)
|
if (IS_DEBUG_LDP_SYNC)
|
||||||
print_debug(vty, DEBUG_LDP_SYNC, 1);
|
print_debug(vty, DEBUG_LDP_SYNC, 1);
|
||||||
|
if (IS_DEBUG_LFA)
|
||||||
|
print_debug(vty, DEBUG_LFA, 1);
|
||||||
|
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user