summaryrefslogtreecommitdiff
path: root/ospfd/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-12-22 13:09:59 +0000
committerhasso <hasso>2004-12-22 13:09:59 +0000
commitc6b878195752f25e3c943184d2baa11f2b14f53a (patch)
tree2bf618c4c9bce1c8d71ce178754baee3e7fc15c6 /ospfd/ChangeLog
parentdfbb91241850117729f9ebcc37207260dc50146b (diff)
Fix "show ip ospf" output. If router is configured as "translate-never", we
say so - we can never be translator.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r--ospfd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index 205d04a2..6bbeb9dd 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -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>