diff options
author | paul <paul> | 2003-05-16 19:00:31 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-16 19:00:31 +0000 |
commit | 445f143525ffd8b465aa31cb83b2dd38b9741ef7 (patch) | |
tree | 177df41fcf4d0e23f57443781b4521ac9fd1cc77 | |
parent | d748032f10058182bcd10ca7fe244d6918b68f14 (diff) |
Update Changelogs
-rw-r--r-- | bgpd/ChangeLog | 9 | ||||
-rw-r--r-- | lib/ChangeLog | 9 | ||||
-rw-r--r-- | ospf6d/ChangeLog | 15 | ||||
-rw-r--r-- | ospfd/ChangeLog | 27 | ||||
-rw-r--r-- | ripd/ChangeLog | 5 | ||||
-rw-r--r-- | ripngd/ChangeLog | 9 | ||||
-rw-r--r-- | vtysh/ChangeLog | 10 | ||||
-rw-r--r-- | zebra/ChangeLog | 13 |
8 files changed, 97 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 4f7a20e9..9a201ed4 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,12 @@ +2003-04-19 Hasso Tepper <hasso@estpak.ee> + + * rip_routemap.c: sync daemon's route-map commands to have same + syntax + +2003-01-09 Akihiro Mizutani <mizutani@net-chef.net> + + * bgp_routemap.c: Add match extcommunity command. + 2002-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com> * bgp_aspath.c (aspath_init): Extend hash size from default to diff --git a/lib/ChangeLog b/lib/ChangeLog index b4d0ae12..026d699b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-05-08 Sergiy Vyshnevetskiy <serg @ vostok.net> + + * vty.c: -A option + +2003-04-19 Hasso Tepper <hasso@estpak.ee> + + * rip_routemap.c: sync daemon's route-map commands to have same + syntax + 2002-09-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * vty.c (vty_flush): One line more on vty. diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index b7871c13..e04d658b 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,18 @@ +2003-04-23 Hasso Tepper <hasso@estpak.ee> + + * {ospf6_damp,ospf6d}.c: fix "router xxx" node commands in vtysh + +2003-04-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> + + * ospf6_asbr.c: AS-External LSA refresh was based on the + prefix of the obsolete LSA. It was wrong so fixed. + * version: 0.9.6p + +2003-04-19 Hasso Tepper <hasso@estpak.ee> + + * rip_routemap.c: sync daemon's route-map commands to have same + syntax + 2002-11-09 Vincent Jardin <jardin@6wind.com> * ospf6_interface.c: update link-local address on interface creation. diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 61286a48..86f8302e 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,7 +1,34 @@ +2003-04-23 Hasso Tepper <hasso@estpak.ee> + + * ospf_vty.c: fix "router xxx" node commands in vtysh + 2003-05-16 Hasso Tepper <hasso@estpak.ee> * ospf_lsa.c: Fix handling of NSSA +2003-04-19 Hasso Tepper <hasso@estpak.ee> + + * {ospf_abr,ospfd}.c: area id's DECIMAL -> ADDRESS + * ospf_routemap.c: sync daemon's route-map commands to have same + syntax. + +2003-04-19 Sergey Vyshnevetskiy <serg@vostok.net> + + * ospf_packet.c: Add missing param to zlog + * ospf_flood.c: remove unused vars + +2003-04-17 Denis Ovsienko <zebra@pilot.org.ua> + + * ospf_interface.c: fix incorrect memset + +2003-04-10 Hasso Tepper <hasso@estpak.ee> + + * ospf_lsa.[ch]: opaque LSA fix, use ospf_lookup. + +2003-04-03 David Watson <dwatson@eecs.umich.edu> + + * ospf_lsa.c: byte order fix + 2002-03-17 Amir Guindehi <amir@datacore.ch> * ospf_apiserver.[ch]: Merge Ralph Keller's OSPFAPI support. diff --git a/ripd/ChangeLog b/ripd/ChangeLog index 42fced50..49501693 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,8 @@ +2003-04-19 Hasso Tepper <hasso@estpak.ee> + + * rip_routemap.c: sync daemon's route-map commands to have same + syntax + 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com> * zebra-0.93 released. diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 07e3d761..727f2a94 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,12 @@ +2003-04-23 Hasso Tepper <hasso@estpak.ee> + + * {ripng_ifrmap,ripngd}.c: fix "router xxx" node commands in vtysh + +2003-04-19 Hasso Tepper <hasso@estpak.ee> + + * rip_routemap.c: sync daemon's route-map commands to have same + syntax + 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com> * zebra-0.93 released. diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index 701101ad..b80a5e3f 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,13 @@ +2003-05-01 Sergiy Vyshnevetskiy <serg@vostok.net> + + vtysh.c: Program shouldn't terminate on pager execution failure + vtysh_user.c: configure support for openpam (freebsd5.0) + +2003-04-19 Hasso Tepper <hasso@estpak.ee> + + * extract.pl vtysh.c vtysh.h: sync daemon's route-map commands to + have same syntax + 2002-09-30 Paul Jakma <paulzebra@rs250.org> * vtysh.c: add 'write-config (integrated|daemon)' option diff --git a/zebra/ChangeLog b/zebra/ChangeLog index b5383f1d..8cd3cf8b 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,16 @@ +2003-05-16 Gilad Arnold <gilad.arnold@terayon.com> + + * zebra_rib.c: Fix memory leaks for ifname nexthops + +2003-04-19 Israel Keys <ikeys@agile.tv> + + * rt_netlink.c: BLOCK on netlink while initialising + +2003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch> + + * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when + it exists. + 2002-09-28 Akihiro Mizutani <mizutani@net-chef.net> * zebra_rib.c (static_add_ipv4): Null0 static route is added. |