summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* [bgpd] expand vty help for neighbor ... update-sourcePaul Jakma2006-05-242-4/+13
* [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usagePaul Jakma2006-05-134-30/+24
* [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclientPaul Jakma2006-05-132-6/+9
* [bgpd] CID #7, remove useless NULL check, bgp_static_update_mainPaul Jakma2006-05-132-6/+11
* [bgpd] Remove dead code in ORIGINATOR_ID packet forming codePaul Jakma2006-05-132-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
* [bgpd] remove export of long defunct functionpaul2006-01-102-1/+4
* [bgp] Fix SEGV if empty path is confed-compared ([quagga-users 5968])paul2005-11-232-1/+13
* 2005-11-14 Paul Jakma <paul.jakma@sun.com>paul2005-11-142-5/+21
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-032-6/+9
* 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-012-3/+6
* 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-012-1/+5
* 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-1/+1
* 2005-09-10 Paul Jakma <paul.jakma@sun.com>paul2005-09-107-561/+992
* 2005-09-10 Paul Jakma <paul.jakma@sun.com>paul2005-09-103-3/+10
* * bgp_route.c: Third (?) attempt to fix best selection breakagehasso2005-08-262-0/+13