summaryrefslogtreecommitdiffstats
path: root/bgpd/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcepaul2008-07-221-0/+11
* [bgpd] fix a couple of trivial compiler warningspaul2008-07-221-0/+8
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportpaul2008-07-211-0/+36
* [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtypaul2008-07-021-0/+5
* [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-clientpaul2008-07-021-0/+12
* [bgpd] minor changes to bgp_mp_reach_parsepaul2008-06-071-0/+7
* [bgpd] bug #419: partial aspath-limit incorrectly causes session resetpaul2008-06-011-0/+7
* + [bgpd] Added new route-map set statement: "as-path ignore"pilot2008-04-101-0/+11
* [bgpd] remove unnecessary 0 entries from struct message'spaul2008-03-131-0/+5
* [bgpd] fix crash on startup if compiled IPv4-onlypaul2008-01-291-0/+5
* [bgpd] Fix number of DoS security issues, restricted to configured peers.paul2007-12-221-0/+20
* + 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