summaryrefslogtreecommitdiffstats
path: root/bgpd/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* [bgpd] Bug #302, bgpd can get stuck in state Clearingpaul2006-12-081-0/+10
* [bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra.ajs2006-11-301-0/+18
* [bgpd] Fix bug where a deleted route that was quickly re-added was being lostajs2006-11-281-0/+11
* [bgpd] trivial: non C99 u_int.._t should be uint.._tpaul2006-10-271-0/+5
* [bgpd] struct peer must have bgp field valid (redistribute crash)paul2006-10-221-0/+10
* [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N...paul2006-10-151-0/+6
* [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ...paul2006-10-151-0/+5
* [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...paul2006-10-151-0/+10
* [bgpd] Trivial fix of printf format/arg mismatchajs2006-09-191-0/+5
* [bgpd] reduce the process queue hold time to something more sensiblepaul2006-09-141-0/+3
* [bgpd] RIB statistics address space size shouldnt double count spacepaul2006-09-141-0/+7
* [bgpd] simplify peer refcounts, squash slow peer leakpaul2006-09-141-0/+13
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statespaul2006-09-141-0/+52
* [bgpd] Add RIB reporting commands, show bgp ... statisticspaul2006-09-141-0/+15
* [bgpd] Handle pcount as flags are changed, fixing pcount issuespaul2006-09-071-0/+21
* [bgpd] Add 'show ... neighbor .... prefix-counts' commandpaul2006-09-041-0/+7
* [bgpd] fix mtype in XFREE and NULL out freed pointerpaul2006-08-271-0/+5
* [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code.paul2006-08-061-0/+6
* [bgpd] Potential bug#287 fix, peer_delete should NULL out freed bufferspaul2006-07-271-0/+5
* [bgpd] Fix crash on shutdown of peerpaul2006-07-021-0/+6
* [bgpd] expand vty help for neighbor ... update-sourcepaul2006-05-231-0/+5
* [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usagepaul2006-05-121-0/+5
* [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclientpaul2006-05-121-0/+1
* [bgpd] CID #7, remove useless NULL check, bgp_static_update_mainpaul2006-05-121-0/+3
* [bgpd] Remove dead code in ORIGINATOR_ID packet forming codepaul2006-05-121-0/+5
* [bgpd] Bug #240, Fix route-server crash when static routes are configuredpaul2006-05-081-0/+4
* [bgpd] CID#62 fix double-free, use-after-free in community_str2compaul2006-05-081-0/+5
* [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrngpaul2006-05-041-0/+15
* [bgpd] bug #210: Enable crucial VPNv4 code which was disabledpaul2006-05-041-0/+10
* [bgpd] Fix infinite loop in community_str2compaul2006-03-301-0/+12
* [bgpd] release peer specific clear queue in peer_freepaul2006-03-301-0/+5
* [bgpd] trivial: use a distinct memtype for struct bgp_synchronizepaul2006-03-301-0/+2
* [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpdpaul2006-03-301-0/+9
* [bgpd] Include header dependency in bgp_nexthop.hpaul2006-03-301-0/+5
* [bgpd] rearrange some structs for less padding, stats for table/attrs.paul2006-03-301-0/+18
* [bgpd] Start off FSM again once clearing finishes.paul2006-03-061-0/+5
* [bgpd] Add Clrng description to bgp summary state.paul2006-02-211-0/+2
* [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.paul2006-02-211-0/+34
* [bgpd] trivial readability fixpaul2006-02-181-0/+3
* [bug #89] Fix leak of community when set community is usedpaul2006-02-181-0/+7
* [bgpd] trivial fix for gcc warningpaul2006-02-051-0/+2
* [bgpd] Fix peer prefix counts and make it slightly more robustpaul2006-02-051-0/+13
* [lib/workqueue] remove the useless 'delay' factor.paul2006-02-021-0/+5
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-0/+9
* [zserv] fix up custom isisd and bgpd Zserv functions for new format.paul2006-01-171-0/+6
* [bgpd] add aspath_finish, static resource cleanup function.paul2006-01-161-0/+4
* [bgpd] fix some leaks introduced in aspath rewrite.paul2006-01-161-0/+10
* [bgpd] remove export of long defunct functionpaul2006-01-101-0/+4
* [bgp] Fix SEGV if empty path is confed-compared ([quagga-users 5968])paul2005-11-231-0/+9
* 2005-11-14 Paul Jakma <paul.jakma@sun.com>paul2005-11-141-0/+10