]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Update Changelogs
authorpaul <paul>
Fri, 16 May 2003 19:00:31 +0000 (19:00 +0000)
committerpaul <paul>
Fri, 16 May 2003 19:00:31 +0000 (19:00 +0000)
bgpd/ChangeLog
lib/ChangeLog
ospf6d/ChangeLog
ospfd/ChangeLog
ripd/ChangeLog
ripngd/ChangeLog
vtysh/ChangeLog
zebra/ChangeLog

index 4f7a20e936e870cf07899fe479d5938e223e6636..9a201ed421d112a329af7e65b4113be305e9541e 100644 (file)
@@ -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
index b4d0ae12b41804428f62edae5e3a16f34c75a1dd..026d699bd9ae1090aa6b2931d2b25de646e0dc44 100644 (file)
@@ -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.
index b7871c1378d913fd8a9e6cad3e18c27f5a268db6..e04d658b8488c21f3a613da79455bcb0533d9828 100644 (file)
@@ -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.
index 61286a4890f0592af1babe9df83d5698a706abfe..86f8302e0f2d81bae6cef81a36b9e1ff55fb8be2 100644 (file)
@@ -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.
index 42fced50a2674733ecd12458d7062fd690fdb942..495016933bc7b745c26e2a26b710da638b9e94a9 100644 (file)
@@ -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.
index 07e3d76136633861256551190aec1a1ac7bf9dd3..727f2a944a6e99bdc8470ecba892419d6b68de87 100644 (file)
@@ -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.
index 701101ad5f60c4374149c685339fa2d3d5f0f100..b80a5e3f8c0fe26f4308894739386669e4f02ffd 100644 (file)
@@ -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
index b5383f1dd0fc4086e3155ed64e45bd991b38d650..8cd3cf8bd14763a199f63591437e2b4cad0abaf1 100644 (file)
@@ -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.