]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Hasso Tepper <hasso@estpak.ee>:
authorpaul <paul>
Mon, 7 Apr 2003 17:12:12 +0000 (17:12 +0000)
committerpaul <paul>
Mon, 7 Apr 2003 17:12:12 +0000 (17:12 +0000)
add NSSA debug statement

ospfd/ospf_dump.c

index da2e097344afe7bfe12500848099545c00e899ed..f563fb8901013a05ca4944257b7f10cc52c59404 100644 (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;
 }