]> git.puffer.fish Git - matthieu/frr.git/commitdiff
[ospfd] When writing out config, show "debug ospf nsm status" properly
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Sat, 24 Jun 2006 19:40:13 +0000 (19:40 +0000)
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Sat, 24 Jun 2006 19:40:13 +0000 (19:40 +0000)
2006-06-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* ospf_dump.c: (config_write_debug) Fix typo to show debug ospf nsm
  status properly (not ism status).

ospfd/ChangeLog
ospfd/ospf_dump.c

index 779a2b6147648bf5971f5f602df8e56ee2e17f18..bb65d23f2e48318eb331788a43d9406e72722165 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * ospf_dump.c: (config_write_debug) Fix typo to show debug ospf nsm
+         status properly (not ism status).
+
 2006-06-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * ospf_vty.c: ({no_,}ospf_passive_interface) Replace if_lookup_by_name
index 95d24b1a91065a66b2158996d2f102aa169ccbfb..47b76fcb2c9ffb235579ac5cf055ce059f547515 100644 (file)
@@ -1544,7 +1544,7 @@ config_write_debug (struct vty *vty)
   else
     {
       if (IS_CONF_DEBUG_OSPF (nsm, NSM_STATUS))
-       vty_out (vty, "debug ospf ism status%s", VTY_NEWLINE);
+       vty_out (vty, "debug ospf nsm status%s", VTY_NEWLINE);
       if (IS_CONF_DEBUG_OSPF (nsm, NSM_EVENTS))
        vty_out (vty, "debug ospf nsm event%s", VTY_NEWLINE);
       if (IS_CONF_DEBUG_OSPF (nsm, NSM_TIMERS))