summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'quagga_0_99_6_release' into linux-realmsquagga-0.99.6-realms.patchJeffrey C. Ollie2007-04-0917-282/+1429
|\
| * [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-152-5/+16
| * [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ...Paul Jakma2006-10-152-1/+7
| * [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...Paul Jakma2006-10-154-13/+17
| * [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-151-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
* | Appying patch from http://vcalinus.gemenii.ro/quagga-0.99.5-realms.diffquagga-0.99.5-realms.diffCalin Velea2007-04-099-2/+566
|/
* [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
* [bgpd] expand vty help for neighbor ... update-sourcePaul Jakma2006-05-232-4/+13
* [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usagePaul Jakma2006-05-124-30/+24
* [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclientPaul Jakma2006-05-122-6/+9
* [bgpd] CID #7, remove useless NULL check, bgp_static_update_mainPaul Jakma2006-05-122-6/+11
* [bgpd] Remove dead code in ORIGINATOR_ID packet forming codePaul Jakma2006-05-122-7/+7
* [bgpd] Bug #240, Fix route-server crash when static routes are configuredPaul Jakma2006-05-082-2/+11
* [bgpd] CID#62 fix double-free, use-after-free in community_str2comPaul Jakma2006-05-082-1/+6
* [bgpd] Fix bug where FSM can stay hung forever in Idle/ClrngPaul Jakma2006-05-042-19/+40
* [bgpd] bug #210: Enable crucial VPNv4 code which was disabledPaul Jakma2006-05-044-16/+26
* [bgpd] Fix infinite loop in community_str2comPaul Jakma2006-03-302-6/+20
* [bgpd] release peer specific clear queue in peer_freePaul Jakma2006-03-302-1/+9
* [bgpd] trivial: use a distinct memtype for struct bgp_synchronizePaul Jakma2006-03-302-1/+4
* [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpdPaul Jakma2006-03-302-19/+189
* [bgpd] Include header dependency in bgp_nexthop.hPaul Jakma2006-03-302-0/+7
* [bgpd] rearrange some structs for less padding, stats for table/attrs.Paul Jakma2006-03-306-55/+100
* [bgpd] Start off FSM again once clearing finishes.Paul Jakma2006-03-062-0/+8
* [bgpd] Add Clrng description to bgp summary state.Paul Jakma2006-02-212-0/+4
* [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.Paul Jakma2006-02-219-96/+126
* [bgpd] trivial readability fixPaul Jakma2006-02-182-2/+6
* [bug #89] Fix leak of community when set community is usedPaul Jakma2006-02-182-2/+17
* [bgpd] trivial fix for gcc warningpaul2006-02-052-2/+4
* [bgpd] Fix peer prefix counts and make it slightly more robustpaul2006-02-053-51/+87
* [lib/workqueue] remove the useless 'delay' factor.paul2006-02-022-3/+5
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-1913-40/+15
* [zserv] fix up custom isisd and bgpd Zserv functions for new format.paul2006-01-172-24/+68
* [bgpd] add aspath_finish, static resource cleanup function.paul2006-01-163-8/+24
* [bgpd] fix some leaks introduced in aspath rewrite.paul2006-01-162-5/+21