mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 15:13:20 +00:00
Hasso Tepper <hasso@estpak.ee>:
add NSSA debug statement
This commit is contained in:
parent
fe067785fa
commit
ead687e159
@ -1470,6 +1470,8 @@ DEFUN (show_debugging_ospf,
|
||||
if (IS_DEBUG_OSPF (zebra, ZEBRA_REDISTRIBUTE))
|
||||
vty_out (vty, " OSPF Zebra redistribute debugging is on%s", VTY_NEWLINE);
|
||||
}
|
||||
if (IS_DEBUG_OSPF (nssa, NSSA) == OSPF_DEBUG_NSSA)
|
||||
vty_out (vty, " OSPF NSSA debugging is on%s", VTY_NEWLINE);
|
||||
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user