mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
isisd: fix show LFA debug in show debugging cmd
When enabling 'debug isis lfa', the option was correctly enabled but not displayed by 'show debugging' command. Signed-off-by: Fredi Raspall <fredi@voltanet.io>
This commit is contained in:
parent
1af1ce4ebc
commit
098fc8a9cd
@ -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