summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warningsStephen Hemminger2008-05-281-0/+2
* + [bgpd] Added new route-map set statement: "as-path ignore"pilot2008-05-201-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
* [bgpd] struct peer must have bgp field valid (redistribute crash)paul2006-10-221-0/+3
* [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ...paul2006-10-151-1/+2
* [bgpd] reduce the process queue hold time to something more sensiblepaul2006-09-141-1/+1
* [bgpd] RIB statistics address space size shouldnt double count spacepaul2006-09-141-5/+6
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statespaul2006-09-141-12/+35
* [bgpd] Add RIB reporting commands, show bgp ... statisticspaul2006-09-141-26/+411
* [bgpd] Handle pcount as flags are changed, fixing pcount issuespaul2006-09-071-108/+111
* [bgpd] Add 'show ... neighbor .... prefix-counts' commandpaul2006-09-041-0/+219
* [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usagepaul2006-05-121-27/+15
* [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclientpaul2006-05-121-6/+8
* [bgpd] CID #7, remove useless NULL check, bgp_static_update_mainpaul2006-05-121-6/+8
* [bgpd] Bug #240, Fix route-server crash when static routes are configuredpaul2006-05-081-2/+7
* [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrngpaul2006-05-041-19/+25
* [bgpd] Start off FSM again once clearing finishes.paul2006-03-061-0/+3
* [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.paul2006-02-211-79/+66
* [bgpd] trivial readability fixpaul2006-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
* * bgpd.texi: Document new "bgp bestpath as-path confed" command.hasso2005-04-081-4/+20
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga.post.listloop.cleanuppaul2005-04-071-20/+20
* * bgp_route.c: Don't crash while clearing route tables if there ishasso2005-03-211-0/+4
* * bgp_route.c: Make reannouncing prefixes with changed attributeshasso2005-02-231-12/+17
* * bgp_clist.[ch], bgp_route.c, bgp_routemap.c, bgp_vty.c:hasso2005-02-021-10/+18
* * bgp_route.c, bgp_vty.c, bgp_zebra.c, bgpd.[ch]: "enforce-multihop"hasso2005-02-021-3/+3
* * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c,hasso2005-02-021-32/+76
* * bgpd.[ch], bgp_vty.c, bgp_route.c: "Restart session afterhasso2005-02-011-5/+39
* 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-291-1/+2
* * bgp_route.c: Fix showstopper bug. New route must be selected alsohasso2005-01-241-1/+2
* * bgp_route.c: Clear peer's routing table regardless whether it'shasso2005-01-171-3/+0
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-20/+20
* 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-051-391/+74
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-31/+34
* 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>bgp.rserver.afterpaul2004-09-131-93/+1436