Hasso Tepper <hasso@estpak.ee>:

add NSSA debug statement
This commit is contained in:
paul 2003-04-07 17:12:12 +00:00
parent fe067785fa
commit ead687e159

View File

@ -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;
}