summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-12 20:50:58 +0000
committerhasso <hasso>2004-10-12 20:50:58 +0000
commit39db97e4e02eae08a1e18528367b6e9b07eb6a93 (patch)
tree2fb3a0269f4f2fe235ef722e3ad9cc8e6005bb6c /zebra/ChangeLog
parent39ff11dc92d004b59d1ec786fd54b27111fee0b5 (diff)
Some compiler warnings fixes and fix for bugzilla #119.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index a4076495..fad80a14 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -2,6 +2,10 @@
* zebra_vty.c: Unbreak "show ip route" command help and make it work
for isis routes.
+ * interface.c(if_dump_vty): Show IPv6 addresses in "show interface"
+ output. Fixes Bugzilla #119.
+ * *.c: Make some strings const and some (unsigned) casts to fix
+ compiler warnings.
2004-10-07 Hasso Tepper <hasso at quagga.net>