Tag 'quagga_0_99_9_release' created by Paul Jakma <[email protected]> at
1970-01-01 00:00 -0800
Changes since quagga_0_99_8_release:
Denis Ovsienko (7):
Merged own patch for the bug #391 (debugging and comments mostly).
Merged own patch for bug #390 (rewrite
zebra/zebra_rib.c:nexthop_active_update())
Fixed bug #394 "RTF_DONE is ignored in rtm_read()"
Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operation
Looks like bug #320 is finally fixed now.
Bug #362 is fixed now.
+ fixed bug #400: adjusted rtread_sysctl.c:route_read()
Greg Troxel (7):
workaround buggy solaris/Makefile.am which requires GNU make.
Add --enable-solaris to descend into solaris-specific build directory.
note the use of GNU make extensions.
disable gmake workaround now that solaris directory is not built by
Bugzilla #384.
Add comment questioning part of previous change (Denis?).
Fix last commit - add back in closing paren which was apparently
Paul Jakma (14):
[bgpd] Dont schedule dumps multiple times for same command
[bgpd] cleanup, compact and consolidate capability parsing code
[bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit
[ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA
areas
[ospfd] Fix bad SPF calculation on some topologies - incorrect sorting
[zebra] Add extra debug logging for RIB and RIB queueing
[ospfd] Finish explanatory comment started in previous commit..
[isisd] Add support for Solaris DLPI
[isisd] Commit new files which should have been part of previous commit..
[tests] Add bgp_capability_test.c, should have been part of earlier commit
[bgpd] Pass NOSUB to regexec
[bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients
[bgpd] low-impact DoS: crash on malformed community with debug set
[release] bump to 0.99.9
vize (1):
Use the proper field length for the peer's address
(netlink_interface_addr)
---
isisd/isis_network.c | 643 ------------------------------------
ChangeLog | 9
Makefile.am | 2
README.NetBSD | 14
bgpd/ChangeLog | 116 ++++++
bgpd/bgp_attr.c | 91 ++++-
bgpd/bgp_attr.h | 8
bgpd/bgp_community.c | 6
bgpd/bgp_debug.h | 2
bgpd/bgp_dump.c | 33 +
bgpd/bgp_open.c | 772 ++++++++++++++++++++++++--------------------
bgpd/bgp_open.h | 37 +-
bgpd/bgp_packet.c | 108 ++----
bgpd/bgp_regex.c | 2
bgpd/bgp_route.c | 476 +++++++++++++++++++++++----
bgpd/bgp_route.h | 6
bgpd/bgp_routemap.c | 169 +++++++++
bgpd/bgp_vty.c | 6
bgpd/bgpd.h | 1
configure.ac | 41 ++
doc/ChangeLog | 4
doc/bgpd.texi | 25 +
doc/routemap.texi | 14
isisd/ChangeLog | 6
isisd/Makefile.am | 10
isisd/dict.c | 5
isisd/include-netbsd/iso.h | 6
isisd/isis_bpf.c | 340 +++++++++++++++++++
isisd/isis_circuit.c | 8
isisd/isis_circuit.h | 1
isisd/isis_dlpi.c | 607 ++++++++++++++++++++++++++++++++++
isisd/isis_pdu.h | 8
isisd/isis_pfpacket.c | 373 +++++++++++++++++++++
isisd/isis_tlv.h | 8
lib/ChangeLog | 21 +
lib/log.c | 2
lib/pqueue.c | 2
lib/pqueue.h | 1
lib/sockopt.c | 29 +
lib/sockopt.h | 2
lib/zebra.h | 2
ospfd/ChangeLog | 29 +
ospfd/ospf_interface.c | 5
ospfd/ospf_lsa.c | 3
ospfd/ospf_network.c | 35 +
ospfd/ospf_network.h | 1
ospfd/ospf_packet.c | 8
ospfd/ospf_spf.c | 9
ospfd/ospfd.c | 2
ospfd/ospfd.h | 4
solaris/Makefile.am | 4
tests/ChangeLog | 5
tests/Makefile.am | 4
tests/bgp_capability_test.c | 457 ++++++++++++++++++++++++++
zebra/ChangeLog | 56 +++
zebra/ioctl_solaris.c | 24 -
zebra/kernel_socket.c | 119 +++++-
zebra/kernel_socket.h | 2
zebra/rib.h | 9
zebra/rt_netlink.c | 6
zebra/rt_socket.c | 121 ++++--
zebra/rtread_sysctl.c | 2
zebra/zebra_rib.c | 339 +++++++++++++++++--
63 files changed, 3992 insertions(+), 1268 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn