diff options
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 4 |
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> |