]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Fix "show ip ospf" output. If router is configured as "translate-never", we
authorhasso <hasso>
Wed, 22 Dec 2004 13:09:59 +0000 (13:09 +0000)
committerhasso <hasso>
Wed, 22 Dec 2004 13:09:59 +0000 (13:09 +0000)
say so - we can never be translator.

ospfd/ChangeLog
ospfd/ospf_vty.c

index 205d04a2562ab20cb5e27a4ed9e9a82113c67632..6bbeb9ddf8c78c952c486d7d0093a653fb95717f 100644 (file)
@@ -1,6 +1,8 @@
 2004-12-22 Hasso Tepper <hasso at quagga.net>
 
        * ospf_dump.c: Show debug configuration in vtysh.
+       * ospf_vty.c: Fix "show ip ospf" output. Router can't be elected in
+         any case if it's configured as "translate-never".
 
 2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
index b9c554f41dd149859d792eb41428c91c9af7e4b7..264e4414100192de0df20ad8c3020522f71e3da5 100644 (file)
@@ -2400,7 +2400,7 @@ show_ip_ospf_area (struct vty *vty, struct ospf_area *area)
            vty_out (vty, "not the NSSA Elected Translator. %s",
                     VTY_NEWLINE);
          else
-           vty_out (vty, "not the NSSA Elected Translator. %s", 
+           vty_out (vty, "never an NSSA Translator. %s", 
                     VTY_NEWLINE);
           }
     }