summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* [bgp] Fix nexthop reachability check on confederationsVasilis Tsiligiannis2009-07-211-0/+2
* [bgpd] fix typo made by paul in previous commitPaul Jakma2009-07-211-2/+2
* [bgpd] Small buffer overrun in bgp_clear_node_queue_initNick Hilliard2009-07-211-2/+1
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-62/+102
* [bgpd] Log a debug/update warning if filters are configured but don't existPaul Jakma2009-06-261-7/+39
* [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes'Tomasz Pala2009-06-241-8/+46
* Fix "show ip bgp dampened-paths" garbage output.Chris Caputo2009-06-231-4/+3
* [bgpd] reference count the BGP instanceStephen Hemminger2009-06-181-13/+2
* [bgpd] Make declarations matchStephen Hemminger2009-06-181-2/+2
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-8/+8
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-18/+4
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-4/+4
* [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
* [bgpd] Fix peer prefix counts and make it slightly more robustpaul2006-02-051-51/+73
* [lib/workqueue] remove the useless 'delay' factor.paul2006-02-021-3/+0
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-1/+1
* 2005-11-14 Paul Jakma <paul.jakma@sun.com>paul2005-11-141-5/+11
* 2005-09-10 Paul Jakma <paul.jakma@sun.com>paul2005-09-101-18/+21
* * bgp_route.c: Third (?) attempt to fix best selection breakagehasso2005-08-261-0/+7
* 2005-08-22 Paul Jakma <paul.jakma@sun.com>paul2005-08-221-111/+96
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-60/+60
* 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueuspaul2005-06-011-116/+323