summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
| | * [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-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
* | | Fix bgp ipv4/ipv6 accept handlingStephen Hemminger2008-08-241-0/+9
* | | Use XCALLOCStephen Hemminger2008-08-187-57/+13
* | | Make command nodes staticStephen Hemminger2008-08-114-10/+10
* | | bgp: no need to raise privs when setting up md5Stephen Hemminger2008-08-061-9/+0
* | | inline bgp flag manipulationStephen Hemminger2008-08-042-43/+37
* | | remove dead codeStephen Hemminger2008-08-013-3/+5
* | | bgp_config_write_damp should return voidStephen Hemminger2008-08-012-22/+21
* | | Add back in TOS supportStephen Hemminger2008-08-011-0/+14
* | | Make hash compare functions take const argsStephen Hemminger2008-07-319-70/+35
* | | Fix merge problemsStephen Hemminger2008-07-314-57/+4
* | | Merge branch 'upstream' into islavistaStephen Hemminger2008-07-3118-379/+437
|\| |
| * | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcepaul2008-07-224-24/+27
| * | [bgpd] fix a couple of trivial compiler warningspaul2008-07-225-17/+25
| * | [bgpd] TCP-MD5: password vty configuration and initial Linux supportpaul2008-07-217-5/+319
| * | [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtypaul2008-07-023-49/+55
| * | [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-clientpaul2008-07-025-11/+23
| * | [bgpd] minor changes to bgp_mp_reach_parsepaul2008-06-073-13/+47
| * | [bgpd] bug #419: partial aspath-limit incorrectly causes session resetpaul2008-06-012-2/+10