commit | c6b878195752f25e3c943184d2baa11f2b14f53a | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Wed Dec 22 13:09:59 2004 +0000 |
committer | hasso <hasso> | Wed Dec 22 13:09:59 2004 +0000 |
tree | 2bf618c4c9bce1c8d71ce178754baee3e7fc15c6 | |
parent | dfbb91241850117729f9ebcc37207260dc50146b [diff] [blame] |
Fix "show ip ospf" output. If router is configured as "translate-never", we say so - we can never be translator.
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index b9c554f..264e441 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c
@@ -2400,7 +2400,7 @@ 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); } }