Makefile.am | 2 - bgpd/bgp_aspath.c | 85 ++++++++++++++++++-------------------------------- bgpd/bgp_attr.c | 2 - bgpd/bgp_community.c | 2 - bgpd/bgp_debug.c | 2 - bgpd/bgp_ecommunity.c | 4 +- bgpd/bgp_mplsvpn.c | 6 +-- bgpd/bgp_network.c | 9 +++++ bgpd/bgp_packet.c | 8 ++-- bgpd/bgp_route.c | 8 ++-- bgpd/bgp_vty.c | 20 +++++------ bgpd/bgpd.c | 10 ++--- configure.ac | 4 +- lib/checksum.c | 2 - lib/thread.c | 2 - ospfd/ospf_vty.c | 35 +++++++++++++++----- redhat/quagga.spec.in | 8 ++-- 17 files changed, 107 insertions(+), 102 deletions(-)
New commits: commit 5012bc3d217f4fff5759745ee689869fb5224b41 Author: Paul Jakma <[email protected]> Date: Fri May 8 23:20:19 2009 +0100 [release] Bump version to 0.99.12 commit e9a3670706edf37c5a863c93e5ef0c269e484eb9 Author: Stephen Hemminger <[email protected]> Date: Sun Aug 24 20:36:51 2008 -0400 Fix bgp ipv4/ipv6 accept handling When bgp calls getaddrinfo, it gets both ipv6 and ipv4 addresses. Unless IPV6_ONLY is set on Linux, only the ipv6 bind will succeed, and the IPV4 connections will come in as mapped connections on the IPV6 socket. commit 21b86436a8c826da84b47cd773fdffbf3d05141e Author: Paul Jakma <[email protected]> Date: Fri May 8 22:21:09 2009 +0100 [build] tools/multiple-bgpd.sh should be in 'make dist' commit aea339f72807c34a7916d8614e030069815e144c Author: Denis Ovsienko <[email protected]> Date: Thu Apr 30 17:16:22 2009 +0400 [bgpd] AS4 bugfix by Chris Caputo <[email protected]> * bgpd/bgp_aspath.c: (aspath_make_str_count) "assert (len < str_size)" was getting hit under certain 4-byte ASN conditions. New realloc strategy. * bgpd/bgp_aspath.c: (aspath_key_make) const warning fix. "%d" -> "%u" 4-byte ASN corrections. Prevent negative number when ASN is above 2^31. commit c540835eaf0cb59921969537d8e94cc83bb717f5 Author: Denis Ovsienko <[email protected]> Date: Mon Apr 13 20:11:44 2009 +0400 Dmitry Tejblum <[email protected]> Don't enable HAVE_BSD_STRUCT_IP_MREQ_HACK for FreeBSD 7.0 and upper, because OS behaviour has changed. commit 9eff36b3784acbf72c962770e20ddd3f58f50332 Author: Denis Ovsienko <[email protected]> Date: Fri Apr 10 18:51:24 2009 +0400 Justified OSPF cost function names and added support for: ospf cost <1-65535> A.B.C.D no ospf cost <1-65535> commit b8192765a320f389e09bf7261e8902958ad21584 Author: Joakim Tjernlund <[email protected]> Date: Mon Nov 10 09:33:30 2008 +0100 [lib] Fix timer precision. Whenever a thread adds an timer funcname_thread_add_timer_timeval() gets called to add the timer. Before adding the timer a quagga_gettimeofday() call is made to do some time house keeping. However quagga_gettimeofday() only updates recent_time, not relative_time that is used to calculate the alarm_time. Replace with quagga_get_relative (NULL) commit 6e907dd4abdff9c52c809ea49c76d789b11c0e12 Author: Joakim Tjernlund <[email protected]> Date: Mon Nov 17 11:22:25 2008 +0100 [lib] Move type cast in Fletcher checksum The int type cast should be on the whole expression passed to the mod operator. Otherwise it won't work when/if c0/c1 is unsigned. Making c0/c1 unsigned makes it possible to use 5802 as MODX value. commit 4768061ad5d7c762f2272436a89e62d4e41676a2 Author: Paul Jakma <[email protected]> Date: Sat Nov 29 16:42:04 2008 +0000 [rpm] some defaults for Fedora are way out of date * quagga.spec.in: No need to default to accomodate now ancient versions of Fedora http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=5012bc3d217f4fff5759745ee689869fb5224b41 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=e9a3670706edf37c5a863c93e5ef0c269e484eb9 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=21b86436a8c826da84b47cd773fdffbf3d05141e http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=aea339f72807c34a7916d8614e030069815e144c http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=c540835eaf0cb59921969537d8e94cc83bb717f5 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=9eff36b3784acbf72c962770e20ddd3f58f50332 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=b8192765a320f389e09bf7261e8902958ad21584 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=6e907dd4abdff9c52c809ea49c76d789b11c0e12 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=4768061ad5d7c762f2272436a89e62d4e41676a2 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
