summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
| * | [daemons] Sanity check port number arguments before usepaul2008-05-291-2/+8
| * | + [bgpd] Added new route-map set statement: "as-path ignore"pilot2008-04-105-10/+211
| * | [bgpd] remove unnecessary 0 entries from struct message'spaul2008-03-134-9/+5
| * | [bgpd] fix crash on startup if compiled IPv4-onlypaul2008-01-292-5/+9
| * | [bgpd] Fix number of DoS security issues, restricted to configured peers.paul2007-12-225-8/+53
| * | + fixed no_set_aspath_prepend() to correctly match existing "set" statementpilot2007-12-182-1/+16
| * | [bgpd] Fix typo in previous commit to bgp_main.cpaul2007-11-211-1/+1
| * | [bgpd] small fix for crash if 'listenon' argument is not givenpaul2007-11-132-1/+9
| * | 2007-10-30 Nick Hilliard <nick@inex.ie>paul2007-11-016-8/+32
| * | [bgpd] Merge AS4 supportpaul2007-10-1417-366/+1498
| * | [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixespaul2007-09-182-1/+8
| * | [bgpd] low-impact DoS: crash on malformed community with debug setpaul2007-09-073-1/+22
| * | [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientspaul2007-08-303-34/+49
| * | [bgpd] Pass NOSUB to regexecpaul2007-08-232-1/+9
| * | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitpaul2007-08-067-30/+683
| * | [bgpd] cleanup, compact and consolidate capability parsing codepaul2007-08-066-414/+549
| * | [bgpd] Dont schedule dumps multiple times for same commandpaul2007-07-312-11/+30
| * | [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentpaul2007-06-222-3/+10
| * | [bgpd] bug #370, default-originate was broken by a silly thinkopaul2007-06-142-1/+7
| * | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningspaul2007-05-102-5/+5
| * | [bgpd] Trim memory usage of BGP routespaul2007-05-0413-425/+779
| * | [bgpd] Use defines for default weightpaul2007-04-293-15/+16
| * | [bgpd] Fix warnings: hash callbacks should match hash API declarationspaul2007-04-296-17/+53
| * | [bgpd] Minor performance improvement patchajs2007-04-152-10/+16
| * | [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in boundspaul2007-04-102-25/+70
| * | [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredpaul2007-04-102-3/+30
| * | [bgpd] bug #352: IPv6/Multicast address-family config not written outpaul2007-04-102-1/+16
| * | [bgpd] Peer delete can race with reconfig leading to crashpaul2007-02-223-33/+92
| * | [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-122-41/+10
| * | [bgpd] Bug #302, bgpd can get stuck in state Clearingpaul2006-12-082-5/+18
| * | [bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra.ajs2006-11-304-6/+217
| * | [bgpd] Fix bug where a deleted route that was quickly re-added was being lostajs2006-11-282-5/+38
| * | [bgpd] trivial: non C99 u_int.._t should be uint.._tpaul2006-10-272-1/+6
| * | [bgpd] struct peer must have bgp field valid (redistribute crash)paul2006-10-223-9/+25
| * | [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N...paul2006-10-152-5/+16
| * | [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ...paul2006-10-152-1/+7
| * | [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...paul2006-10-154-13/+17
| * | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...paul2006-10-151-1/+11
| * | [bgpd] Trivial fix of printf format/arg mismatchajs2006-09-192-2/+6
| * | [bgpd] reduce the process queue hold time to something more sensiblepaul2006-09-142-1/+4
| * | [bgpd] RIB statistics address space size shouldnt double count spacepaul2006-09-142-5/+13
| * | [bgpd] simplify peer refcounts, squash slow peer leakpaul2006-09-144-38/+26
| * | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statespaul2006-09-149-93/+251
| * | [bgpd] Add RIB reporting commands, show bgp ... statisticspaul2006-09-144-26/+447
| * | [bgpd] Handle pcount as flags are changed, fixing pcount issuespaul2006-09-076-126/+157
| * | [bgpd] Add 'show ... neighbor .... prefix-counts' commandpaul2006-09-042-0/+226
| * | [bgpd] fix mtype in XFREE and NULL out freed pointerpaul2006-08-272-1/+7
| * | [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code.paul2006-08-062-3/+9
| * | [bgpd] Potential bug#287 fix, peer_delete should NULL out freed bufferspaul2006-07-272-3/+9
| * | [bgpd] Fix crash on shutdown of peerpaul2006-07-022-19/+28