summaryrefslogtreecommitdiff
path: root/bgpd
AgeCommit message (Expand)Author
2007-11-13[bgpd] small fix for crash if 'listenon' argument is not givenPaul Jakma
2007-11-012007-10-30 Nick Hilliard <nick@inex.ie>Paul Jakma
2007-10-14[bgpd] Merge AS4 supportPaul Jakma
2007-09-18[bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixesPaul Jakma
2007-09-07[bgpd] low-impact DoS: crash on malformed community with debug setPaul Jakma
2007-08-30[bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientsPaul Jakma
2007-08-23[bgpd] Pass NOSUB to regexecPaul Jakma
2007-08-06[bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitPaul Jakma
2007-08-06[bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma
2007-07-31[bgpd] Dont schedule dumps multiple times for same commandPaul Jakma
2007-06-22[bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentPaul Jakma
2007-06-14[bgpd] bug #370, default-originate was broken by a silly thinkoPaul Jakma
2007-05-10[autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma
2007-05-04[bgpd] Trim memory usage of BGP routesPaul Jakma
2007-04-29[bgpd] Use defines for default weightPaul Jakma
2007-04-29[bgpd] Fix warnings: hash callbacks should match hash API declarationsPaul Jakma
2007-04-15[bgpd] Minor performance improvement patchAndrew J. Schorr
2007-04-10[bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in boundsPaul Jakma
2007-04-10[bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredPaul Jakma
2007-04-10[bgpd] bug #352: IPv6/Multicast address-family config not written outPaul Jakma
2007-02-22[bgpd] Peer delete can race with reconfig leading to crashPaul Jakma
2006-12-12[PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr
2006-12-08[bgpd] Bug #302, bgpd can get stuck in state ClearingPaul Jakma
2006-11-30[bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra.Andrew J. Schorr
2006-11-28[bgpd] Fix bug where a deleted route that was quickly re-added was being lostAndrew J. Schorr
2006-10-27[bgpd] trivial: non C99 u_int.._t should be uint.._tPaul Jakma
2006-10-22[bgpd] struct peer must have bgp field valid (redistribute crash)Paul Jakma
2006-10-15[bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N...Paul Jakma
2006-10-15[bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ...Paul Jakma
2006-10-15[bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...Paul Jakma
2006-10-15[daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma
2006-09-19[bgpd] Trivial fix of printf format/arg mismatchAndrew J. Schorr
2006-09-14[bgpd] reduce the process queue hold time to something more sensiblePaul Jakma
2006-09-14[bgpd] RIB statistics address space size shouldnt double count spacePaul Jakma
2006-09-14[bgpd] simplify peer refcounts, squash slow peer leakPaul Jakma
2006-09-14[bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statesPaul Jakma
2006-09-14[bgpd] Add RIB reporting commands, show bgp ... statisticsPaul Jakma
2006-09-07[bgpd] Handle pcount as flags are changed, fixing pcount issuesPaul Jakma
2006-09-04[bgpd] Add 'show ... neighbor .... prefix-counts' commandPaul Jakma
2006-08-27[bgpd] fix mtype in XFREE and NULL out freed pointerPaul Jakma
2006-08-06[bgpd] aspath_loop_check was broken, fix it and the aspath unit test code.Paul Jakma
2006-07-27[bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffersPaul Jakma
2006-07-02[bgpd] Fix crash on shutdown of peerPaul Jakma
2006-05-23[bgpd] expand vty help for neighbor ... update-sourcePaul Jakma
2006-05-12[bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usagePaul Jakma
2006-05-12[bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclientPaul Jakma
2006-05-12[bgpd] CID #7, remove useless NULL check, bgp_static_update_mainPaul Jakma
2006-05-12[bgpd] Remove dead code in ORIGINATOR_ID packet forming codePaul Jakma
2006-05-08[bgpd] Bug #240, Fix route-server crash when static routes are configuredPaul Jakma
2006-05-08[bgpd] CID#62 fix double-free, use-after-free in community_str2comPaul Jakma