News
- 2006-12-09: Quagga 0.99.6 Released
Quagga 0.99.6 has been released, see the full changelog for the details. A summary of the changes:
- bgpd
- Bug #302, bgpd can get stuck in state Clearing
- Implement 'debug bgp zebra' to log all messages to and from zebra.
- Fix bug where a deleted route that was quickly re-added was being lost
- trivial: non C99 u_int.._t should be uint.._t
- struct peer must have bgp field valid (redistribute crash)
- Coverity CID #64: Needless NULL check, CID #64: Deref of potentially NULL pointer.
- CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table
- Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers stuck in Clearing.
- Trivial fix of printf format/arg mismatch
- reduce the process queue hold time to something more sensible
- RIB statistics address space size shouldnt double count space
- simplify peer refcounts, squash slow peer leak
- Fix 0.99 shutdown regression, introduce Clearing and Deleted states
- Add RIB reporting commands, show bgp ... statistics
- Handle pcount as flags are changed, fixing pcount issues
- Add 'show ... neighbor .... prefix-counts' command
- ospfd
- Consider all connected addresses when creating ospf interfaces
- Add debug messages for a few zebra messages that had been overlooked
- Fix bug in passive-interface default commands.
- Stop losing subsequent default-information originate 'always' info
- Add passive-interface default support
- Improve some warning messages.
- Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit
- isisd: Fix compiler warnings and allow v4-only compilation
- zebra
- Changes of nexthops of static routes didnt take effect
- Compile fix for PF_ROUTE
- ripd
- general
- [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax
- Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands
- [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)
- [doc] Add recent NetBSD/FreeBSD versions to list of what ought to work.
- bgpd