bgpd/bgp_aspath.c | 7 +++++-- isisd/isis_bpf.c | 13 +++++++------ isisd/topology/Makefile.am | 3 +++ zebra/ioctl.c | 2 +- zebra/kernel_socket.c | 7 +++++++ 5 files changed, 23 insertions(+), 9 deletions(-)
New commits: commit 2eb445e1c22e36d07e2dbfd302ff438c4190b9fe Author: Denis Ovsienko <[email protected]> Date: Fri Dec 4 17:32:54 2009 +0300 bgpd: work around warning in assegments_parse() commit e6f148e6e06a37a65afb322eca6a3298b8ade8d2 Author: David Ward <[email protected]> Date: Thu Dec 3 21:43:11 2009 +0300 zebra: handle RTF_CLONING removal from FreeBSD 8.0 The RTF_CLONING flag has been removed in FreeBSD 8.0 with arp-v2 (see http://svn.freebsd.org/viewvc/base/stable/8/UPDATING?view=markup), since it no longer has any meaning. This patch checks if RTF_CLONING exists before using it. commit 4a4bba04c7398069a6d43fa8ccf0d15bad5faaa2 Author: David Ward <[email protected]> Date: Thu Dec 3 21:24:36 2009 +0300 isisd: fix --enable-isis-topology for 64-bit Linux commit a0f63a4c7d7a6404fd43d139809202a693ae42e9 Author: heasley <[email protected]> Date: Thu Dec 3 21:14:16 2009 +0300 zebra: fix argument reference in strncpy() call for BSD commit 362573e5642b29ffeef5000351adc2d6ed6dfca3 Author: David Ward <[email protected]> Date: Thu Dec 3 20:44:35 2009 +0300 isisd: fix BPF ioctl() calls, treat "true" and "false" as reserved Avoid a potential conflict with the C99 defines 'true' and 'false' found in <stdbool.h> by choosing better variable names. Also fix the calls to these ioctls, as described in <net/bpf.h> in FreeBSD, NetBSD, and OpenBSD: * BIOCGBLEN, BIOCIMMEDIATE, BIOCSSEESENT (the parameter should be of type 'u_int') * BIOCPROMISC (there should be no parameters) http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=2eb445e1c22e36d07e2dbfd302ff438c4190b9fe http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=e6f148e6e06a37a65afb322eca6a3298b8ade8d2 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=4a4bba04c7398069a6d43fa8ccf0d15bad5faaa2 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a0f63a4c7d7a6404fd43d139809202a693ae42e9 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=362573e5642b29ffeef5000351adc2d6ed6dfca3 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
