mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:01:54 +00:00
Fix "show ip ospf" output. If router is configured as "translate-never", we
say so - we can never be translator.
This commit is contained in:
parent
dfbb912418
commit
c6b8781957
@ -1,6 +1,8 @@
|
|||||||
2004-12-22 Hasso Tepper <hasso at quagga.net>
|
2004-12-22 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
* ospf_dump.c: Show debug configuration in vtysh.
|
* 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>
|
2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
|
@ -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_out (vty, "not the NSSA Elected Translator. %s",
|
||||||
VTY_NEWLINE);
|
VTY_NEWLINE);
|
||||||
else
|
else
|
||||||
vty_out (vty, "not the NSSA Elected Translator. %s",
|
vty_out (vty, "never an NSSA Translator. %s",
|
||||||
VTY_NEWLINE);
|
VTY_NEWLINE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user