+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
+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.
+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.
+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.
+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.
+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.
+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
+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.