summaryrefslogtreecommitdiffstats
path: root/bgpd/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* + fixed no_set_aspath_prepend() to correctly match existing "set" statementpilot2007-12-181-0/+6
* [bgpd] small fix for crash if 'listenon' argument is not givenpaul2007-11-131-0/+6
* 2007-10-30 Nick Hilliard <nick@inex.ie>paul2007-11-011-0/+8
* [bgpd] Merge AS4 supportpaul2007-10-141-0/+128
* [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixespaul2007-09-181-0/+7
* [bgpd] low-impact DoS: crash on malformed community with debug setpaul2007-09-071-0/+12
* [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientspaul2007-08-301-0/+21
* [bgpd] Pass NOSUB to regexecpaul2007-08-231-0/+8
* [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitpaul2007-08-061-0/+29
* [bgpd] cleanup, compact and consolidate capability parsing codepaul2007-08-061-0/+38
* [bgpd] Dont schedule dumps multiple times for same commandpaul2007-07-311-0/+8
* [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentpaul2007-06-221-0/+7
* [bgpd] bug #370, default-originate was broken by a silly thinkopaul2007-06-141-0/+6
* [bgpd] Trim memory usage of BGP routespaul2007-05-041-1/+26
* [bgpd] Use defines for default weightpaul2007-04-291-0/+5
* [bgpd] Fix warnings: hash callbacks should match hash API declarationspaul2007-04-291-0/+14
* [bgpd] Minor performance improvement patchajs2007-04-151-0/+5
* [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in boundspaul2007-04-101-0/+20
* [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredpaul2007-04-101-0/+10
* [bgpd] bug #352: IPv6/Multicast address-family config not written outpaul2007-04-101-0/+7
* [bgpd] Peer delete can race with reconfig leading to crashpaul2007-02-221-0/+17
* [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-121-0/+5
* [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