summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-2/+8
* + [bgpd] Added new route-map set statement: "as-path ignore"Denis Ovsienko2008-04-105-10/+211
* [bgpd] remove unnecessary 0 entries from struct message'sPaul Jakma2008-03-134-9/+5
* [bgpd] fix crash on startup if compiled IPv4-onlyPaul Jakma2008-01-292-5/+9
* [bgpd] Fix number of DoS security issues, restricted to configured peers.Paul Jakma2007-12-225-8/+53
* + fixed no_set_aspath_prepend() to correctly match existing "set" statementDenis Ovsienko2007-12-182-1/+16
* [bgpd] Fix typo in previous commit to bgp_main.cPaul Jakma2007-11-211-1/+1
* [bgpd] small fix for crash if 'listenon' argument is not givenPaul Jakma2007-11-132-1/+9
* 2007-10-30 Nick Hilliard <nick@inex.ie>Paul Jakma2007-11-016-8/+32
* [bgpd] Merge AS4 supportPaul Jakma2007-10-1517-366/+1498
* [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixesPaul Jakma2007-09-182-1/+8
* [bgpd] low-impact DoS: crash on malformed community with debug setPaul Jakma2007-09-073-1/+22
* [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientsPaul Jakma2007-08-303-34/+49
* [bgpd] Pass NOSUB to regexecPaul Jakma2007-08-242-1/+9
* [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitPaul Jakma2007-08-067-30/+683
* [bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma2007-08-066-414/+549
* [bgpd] Dont schedule dumps multiple times for same commandPaul Jakma2007-07-312-11/+30
* [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentPaul Jakma2007-06-222-3/+10
* [bgpd] bug #370, default-originate was broken by a silly thinkoPaul Jakma2007-06-142-1/+7
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-102-5/+5
* [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-0413-425/+779
* [bgpd] Use defines for default weightPaul Jakma2007-04-293-15/+16
* [bgpd] Fix warnings: hash callbacks should match hash API declarationsPaul Jakma2007-04-296-17/+53
* [bgpd] Minor performance improvement patchAndrew J. Schorr2007-04-152-10/+16
* [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in boundsPaul Jakma2007-04-102-25/+70
* [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredPaul Jakma2007-04-102-3/+30
* [bgpd] bug #352: IPv6/Multicast address-family config not written outPaul Jakma2007-04-102-1/+16
* [bgpd] Peer delete can race with reconfig leading to crashPaul Jakma2007-02-223-33/+92
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-122-41/+10
* [bgpd] Bug #302, bgpd can get stuck in state ClearingPaul Jakma2006-12-082-5/+18
* [bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra.Andrew J. Schorr2006-11-304-6/+217
* [bgpd] Fix bug where a deleted route that was quickly re-added was being lostAndrew J. Schorr2006-11-282-5/+38
* [bgpd] trivial: non C99 u_int.._t should be uint.._tPaul Jakma2006-10-272-1/+6
* [bgpd] struct peer must have bgp field valid (redistribute crash)Paul Jakma2006-10-223-9/+25
* [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N...Paul Jakma2006-10-162-5/+16
* [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ...Paul Jakma2006-10-162-1/+7
* [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...Paul Jakma2006-10-164-13/+17
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-161-1/+11
* [bgpd] Trivial fix of printf format/arg mismatchAndrew J. Schorr2006-09-192-2/+6
* [bgpd] reduce the process queue hold time to something more sensiblePaul Jakma2006-09-142-1/+4
* [bgpd] RIB statistics address space size shouldnt double count spacePaul Jakma2006-09-142-5/+13
* [bgpd] simplify peer refcounts, squash slow peer leakPaul Jakma2006-09-144-38/+26
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statesPaul Jakma2006-09-149-93/+251
* [bgpd] Add RIB reporting commands, show bgp ... statisticsPaul Jakma2006-09-144-26/+447
* [bgpd] Handle pcount as flags are changed, fixing pcount issuesPaul Jakma2006-09-076-126/+157
* [bgpd] Add 'show ... neighbor .... prefix-counts' commandPaul Jakma2006-09-042-0/+226
* [bgpd] fix mtype in XFREE and NULL out freed pointerPaul Jakma2006-08-272-1/+7
* [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code.Paul Jakma2006-08-062-3/+9
* [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffersPaul Jakma2006-07-272-3/+9
* [bgpd] Fix crash on shutdown of peerPaul Jakma2006-07-022-19/+28