Tag 'quagga_0_99_6_release' created by Paul Jakma <[email protected]> at
1970-01-01 00:00 -0800
Changes since quagga_0_99_5_release:
Andrew J. Schorr (9):
[bgpd] Trivial fix of printf format/arg mismatch
[ospfd] Improve some warning messages.
[snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit
issues)
[ospfd] Stop losing subsequent default-information originate 'always' info
[ospfd] Fix bug in passive-interface default commands.
[bgpd] Fix bug where a deleted route that was quickly re-added was being
lost
[ospfd] Add debug messages for a few zebra messages that had been
overlooked
[bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra.
[ospfd] Consider all connected addresses when creating ospf interfaces
Greg Troxel (2):
2006-09-13 Tom Everett <[email protected]>
Add recent NetBSD/FreeBSD versions to list of what ought to work.
Paul Jakma (22):
[ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit
[bgpd] Add 'show ... neighbor .... prefix-counts' command
[bgpd] Handle pcount as flags are changed, fixing pcount issues
[ripd] bug #278: remove gratuitous use of mid-function declaration
[ripd] bug #293: routemap set metric doesn't check for underflow correctly
[bgpd] Add RIB reporting commands, show bgp ... statistics
[bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states
[bgpd] simplify peer refcounts, squash slow peer leak
[bgpd] RIB statistics address space size shouldnt double count space
[bgpd] reduce the process queue hold time to something more sensible
[lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y'
commands
[daemon startup] Add --dry-run/-C argument to daemons, to check config
file syntax
[bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving
peers stuck in Clearing.
[bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI
with emtpy table
[bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of
potentially NULL pointer.
[bgpd] struct peer must have bgp field valid (redistribute crash)
[ospfd] Add passive-interface default support
[bgpd] trivial: non C99 u_int.._t should be uint.._t
[bgpd] Bug #302, bgpd can get stuck in state Clearing
[zebra] Changes of nexthops of static routes didnt take effect
[isisd] Fix compiler warnings and allow v4-only compilation
[0.99] Bump version to 0.99.6
---
ChangeLog | 28 +
INSTALL.quagga.txt | 11
bgpd/ChangeLog | 198 ++++++++++
bgpd/bgp_aspath.c | 20 +
bgpd/bgp_aspath.h | 1
bgpd/bgp_damp.c | 19 -
bgpd/bgp_debug.c | 61 +++
bgpd/bgp_debug.h | 3
bgpd/bgp_fsm.c | 127 +++++-
bgpd/bgp_fsm.h | 43 --
bgpd/bgp_main.c | 12
bgpd/bgp_nexthop.c | 4
bgpd/bgp_packet.c | 40 --
bgpd/bgp_route.c | 901 +++++++++++++++++++++++++++++++++++++++++-------
bgpd/bgp_route.h | 13
bgpd/bgp_vty.c | 2
bgpd/bgp_zebra.c | 143 +++++++
bgpd/bgpd.c | 110 +++--
bgpd/bgpd.h | 15
configure.ac | 2
isisd/ChangeLog | 9
isisd/isis_adjacency.c | 5
isisd/isis_circuit.c | 12
isisd/isis_lsp.c | 2
isisd/isis_main.c | 22 +
isisd/isis_misc.c | 16
isisd/isis_misc.h | 5
isisd/isis_pdu.c | 6
isisd/isis_route.c | 9
isisd/isis_routemap.c | 8
isisd/isis_spf.c | 8
isisd/isis_tlv.c | 5
isisd/isis_zebra.c | 6
isisd/isisd.c | 25 +
isisd/iso_checksum.c | 6
isisd/topology/random.c | 12
isisd/topology/spgrid.c | 9
lib/ChangeLog | 20 +
lib/if.c | 48 ++
lib/smux.c | 14
ospf6d/ospf6_main.c | 12
ospfd/ChangeLog | 77 ++++
ospfd/ospf_interface.c | 3
ospfd/ospf_interface.h | 7
ospfd/ospf_main.c | 12
ospfd/ospf_packet.c | 61 +--
ospfd/ospf_vty.c | 153 ++++++--
ospfd/ospf_zebra.c | 47 +-
ospfd/ospfd.c | 4
ospfd/ospfd.h | 1
ripd/ChangeLog | 8
ripd/rip_main.c | 12
ripd/rip_routemap.c | 2
ripd/ripd.c | 5
ripngd/ripng_main.c | 12
vtysh/vtysh_main.c | 12
zebra/ChangeLog | 11
zebra/kernel_socket.c | 4
zebra/main.c | 14
zebra/zebra_rib.c | 22 -
60 files changed, 2048 insertions(+), 431 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn