summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'quagga_0_99_6_release' into linux-realmsquagga-0.99.6-realms.patchJeffrey C. Ollie2007-04-091-122/+779
|\
| * [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
* | Appying patch from http://vcalinus.gemenii.ro/quagga-0.99.5-realms.diffquagga-0.99.5-realms.diffCalin Velea2007-04-091-0/+110
|/
* [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
* * 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
* 2004-07-09 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-07-091-3/+8
* 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-14/+15
* Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges.hasso2004-05-201-32/+54
* 2004-05-01 rivo nurges <rix@estpak.ee>paul2004-05-011-0/+10
* 2004-05-01 Paul Jakma <paul@dishone.st>paul2004-05-011-2/+1
* 2004-04-16 rivo nurges <rix@estpak.ee>paul2004-04-201-1/+1