summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* Wait for peers to clear on BGP shutdownStephen Hemminger2009-05-111-0/+12
* Make declarations matchStephen Hemminger2009-05-081-2/+2
* Fix "show ip bgp dampened-paths" garbage output.Chris Caputo2009-05-061-4/+3
* Handle large ASN print formattingDenis Ovsienko2009-04-301-4/+4
* Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jennerStephen Hemminger2009-02-091-8/+8
|\
| * bgp: change () to (void)Stephen Hemminger2009-02-091-8/+8
* | Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-271-2/+67
|\ \
| * | Merge branch 'master' of /home/shemminger/src/quagga into upstreamStephen Hemminger2008-10-131-1/+70
| |\|
| | * [bgpd] Fix definition of an rsclient commandMichael Lambert2008-09-241-1/+1
| | * [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-231-0/+65
| | * [warnings] Fix various SOS warningsPaul Jakma2008-08-221-1/+1
| | * [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_headPaul Jakma2008-07-221-6/+4
| | * + [bgpd] Added new route-map set statement: "as-path ignore"Denis Ovsienko2008-04-101-5/+5
| | * [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientsPaul Jakma2007-08-301-31/+27
| | * [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitPaul Jakma2007-08-061-25/+393
| | * [bgpd] bug #370, default-originate was broken by a silly thinkoPaul Jakma2007-06-141-1/+1
| | * [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-041-164/+302
| | * [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredPaul Jakma2007-04-101-3/+20
| | * [bgpd] Peer delete can race with reconfig leading to crashPaul Jakma2007-02-221-25/+67
| | * [bgpd] Fix bug where a deleted route that was quickly re-added was being lostAndrew J. Schorr2006-11-281-5/+27
| | * [bgpd] trivial: non C99 u_int.._t should be uint.._tPaul Jakma2006-10-271-1/+1
| | * [bgpd] struct peer must have bgp field valid (redistribute crash)Paul Jakma2006-10-221-0/+3
| | * [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ...Paul Jakma2006-10-151-1/+2
| | * [bgpd] reduce the process queue hold time to something more sensiblePaul Jakma2006-09-141-1/+1
| | * [bgpd] RIB statistics address space size shouldnt double count spacePaul Jakma2006-09-141-5/+6
| | * [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statesPaul Jakma2006-09-141-12/+35
| | * [bgpd] Add RIB reporting commands, show bgp ... statisticsPaul Jakma2006-09-141-26/+411
| | * [bgpd] Handle pcount as flags are changed, fixing pcount issuesPaul Jakma2006-09-071-108/+111
| | * [bgpd] Add 'show ... neighbor .... prefix-counts' commandPaul Jakma2006-09-041-0/+219
| | * [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usagePaul Jakma2006-05-121-27/+15
| | * [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclientPaul Jakma2006-05-121-6/+8
| | * [bgpd] CID #7, remove useless NULL check, bgp_static_update_mainPaul Jakma2006-05-121-6/+8
| | * [bgpd] Bug #240, Fix route-server crash when static routes are configuredPaul Jakma2006-05-081-2/+7
| | * [bgpd] Fix bug where FSM can stay hung forever in Idle/ClrngPaul Jakma2006-05-041-19/+25
| | * [bgpd] Start off FSM again once clearing finishes.Paul Jakma2006-03-061-0/+3
| | * [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.Paul Jakma2006-02-211-79/+66
| | * [bgpd] trivial readability fixPaul Jakma2006-02-181-2/+3
* | | Use XCALLOCStephen Hemminger2008-08-181-18/+4
* | | Fix merge problemsStephen Hemminger2008-07-311-2/+1
* | | Merge branch 'upstream' into islavistaStephen Hemminger2008-07-311-6/+4
|\| |
| * | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcepaul2008-07-221-6/+4
| * | + [bgpd] Added new route-map set statement: "as-path ignore"pilot2008-04-101-5/+5
| * | [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientspaul2007-08-301-31/+27
| * | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitpaul2007-08-061-25/+393
| * | [bgpd] bug #370, default-originate was broken by a silly thinkopaul2007-06-141-1/+1
| * | [bgpd] Trim memory usage of BGP routespaul2007-05-041-164/+302
| * | [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredpaul2007-04-101-3/+20
| * | [bgpd] Peer delete can race with reconfig leading to crashpaul2007-02-221-25/+67
| * | [bgpd] Fix bug where a deleted route that was quickly re-added was being lostajs2006-11-281-5/+27
| * | [bgpd] trivial: non C99 u_int.._t should be uint.._tpaul2006-10-271-1/+1