summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
| * | [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
| * | [bgpd] expand vty help for neighbor ... update-sourcepaul2006-05-232-4/+13
| * | [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usagepaul2006-05-124-30/+24
| * | [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclientpaul2006-05-122-6/+9
| * | [bgpd] CID #7, remove useless NULL check, bgp_static_update_mainpaul2006-05-122-6/+11
| * | [bgpd] Remove dead code in ORIGINATOR_ID packet forming codepaul2006-05-122-7/+7
| * | [bgpd] Bug #240, Fix route-server crash when static routes are configuredpaul2006-05-082-2/+11
| * | [bgpd] CID#62 fix double-free, use-after-free in community_str2compaul2006-05-082-1/+6
| * | [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrngpaul2006-05-042-19/+40
| * | [bgpd] bug #210: Enable crucial VPNv4 code which was disabledpaul2006-05-044-16/+26
| * | [bgpd] Fix infinite loop in community_str2compaul2006-03-302-6/+20
| * | [bgpd] release peer specific clear queue in peer_freepaul2006-03-302-1/+9
| * | [bgpd] trivial: use a distinct memtype for struct bgp_synchronizepaul2006-03-302-1/+4
| * | [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpdpaul2006-03-302-19/+189
| * | [bgpd] Include header dependency in bgp_nexthop.hpaul2006-03-302-0/+7
| * | [bgpd] rearrange some structs for less padding, stats for table/attrs.paul2006-03-306-55/+100
| * | [bgpd] Start off FSM again once clearing finishes.paul2006-03-062-0/+8
| * | [bgpd] Add Clrng description to bgp summary state.paul2006-02-212-0/+4
| * | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.paul2006-02-219-96/+126
| * | [bgpd] trivial readability fixpaul2006-02-182-2/+6
| * | [bug #89] Fix leak of community when set community is usedpaul2006-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