| Commit message (Expand) | Author | Age | Files | Lines |
* | Wait for peers to clear on BGP shutdown | Stephen Hemminger | 2009-05-11 | 1 | -0/+12 |
* | Make declarations match | Stephen Hemminger | 2009-05-08 | 1 | -2/+2 |
* | Fix "show ip bgp dampened-paths" garbage output. | Chris Caputo | 2009-05-06 | 1 | -4/+3 |
* | Handle large ASN print formatting | Denis Ovsienko | 2009-04-30 | 1 | -4/+4 |
* | Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jenner | Stephen Hemminger | 2009-02-09 | 1 | -8/+8 |
|\ |
|
| * | bgp: change () to (void) | Stephen Hemminger | 2009-02-09 | 1 | -8/+8 |
* | | Merge in latest quagga (0.99.11) | Stephen Hemminger | 2008-10-27 | 1 | -2/+67 |
|\ \ |
|
| * | | Merge branch 'master' of /home/shemminger/src/quagga into upstream | Stephen Hemminger | 2008-10-13 | 1 | -1/+70 |
| |\| |
|
| | * | [bgpd] Fix definition of an rsclient command | Michael Lambert | 2008-09-24 | 1 | -1/+1 |
| | * | [vty] Add support for a 'restricted mode' with anonymous vty connections | Paul Jakma | 2008-08-23 | 1 | -0/+65 |
| | * | [warnings] Fix various SOS warnings | Paul Jakma | 2008-08-22 | 1 | -1/+1 |
| | * | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_head | Paul Jakma | 2008-07-22 | 1 | -6/+4 |
| | * | + [bgpd] Added new route-map set statement: "as-path ignore" | Denis Ovsienko | 2008-04-10 | 1 | -5/+5 |
| | * | [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients | Paul Jakma | 2007-08-30 | 1 | -31/+27 |
| | * | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit | Paul Jakma | 2007-08-06 | 1 | -25/+393 |
| | * | [bgpd] bug #370, default-originate was broken by a silly thinko | Paul Jakma | 2007-06-14 | 1 | -1/+1 |
| | * | [bgpd] Trim memory usage of BGP routes | Paul Jakma | 2007-05-04 | 1 | -164/+302 |
| | * | [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignored | Paul Jakma | 2007-04-10 | 1 | -3/+20 |
| | * | [bgpd] Peer delete can race with reconfig leading to crash | Paul Jakma | 2007-02-22 | 1 | -25/+67 |
| | * | [bgpd] Fix bug where a deleted route that was quickly re-added was being lost | Andrew J. Schorr | 2006-11-28 | 1 | -5/+27 |
| | * | [bgpd] trivial: non C99 u_int.._t should be uint.._t | Paul Jakma | 2006-10-27 | 1 | -1/+1 |
| | * | [bgpd] struct peer must have bgp field valid (redistribute crash) | Paul Jakma | 2006-10-22 | 1 | -0/+3 |
| | * | [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ... | Paul Jakma | 2006-10-15 | 1 | -1/+2 |
| | * | [bgpd] reduce the process queue hold time to something more sensible | Paul Jakma | 2006-09-14 | 1 | -1/+1 |
| | * | [bgpd] RIB statistics address space size shouldnt double count space | Paul Jakma | 2006-09-14 | 1 | -5/+6 |
| | * | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 2006-09-14 | 1 | -12/+35 |
| | * | [bgpd] Add RIB reporting commands, show bgp ... statistics | Paul Jakma | 2006-09-14 | 1 | -26/+411 |
| | * | [bgpd] Handle pcount as flags are changed, fixing pcount issues | Paul Jakma | 2006-09-07 | 1 | -108/+111 |
| | * | [bgpd] Add 'show ... neighbor .... prefix-counts' command | Paul Jakma | 2006-09-04 | 1 | -0/+219 |
| | * | [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage | Paul Jakma | 2006-05-12 | 1 | -27/+15 |
| | * | [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclient | Paul Jakma | 2006-05-12 | 1 | -6/+8 |
| | * | [bgpd] CID #7, remove useless NULL check, bgp_static_update_main | Paul Jakma | 2006-05-12 | 1 | -6/+8 |
| | * | [bgpd] Bug #240, Fix route-server crash when static routes are configured | Paul Jakma | 2006-05-08 | 1 | -2/+7 |
| | * | [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrng | Paul Jakma | 2006-05-04 | 1 | -19/+25 |
| | * | [bgpd] Start off FSM again once clearing finishes. | Paul Jakma | 2006-03-06 | 1 | -0/+3 |
| | * | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | Paul Jakma | 2006-02-21 | 1 | -79/+66 |
| | * | [bgpd] trivial readability fix | Paul Jakma | 2006-02-18 | 1 | -2/+3 |
* | | | Use XCALLOC | Stephen Hemminger | 2008-08-18 | 1 | -18/+4 |
* | | | Fix merge problems | Stephen Hemminger | 2008-07-31 | 1 | -2/+1 |
* | | | Merge branch 'upstream' into islavista | Stephen Hemminger | 2008-07-31 | 1 | -6/+4 |
|\| | |
|
| * | | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce | paul | 2008-07-22 | 1 | -6/+4 |
| * | | + [bgpd] Added new route-map set statement: "as-path ignore" | pilot | 2008-04-10 | 1 | -5/+5 |
| * | | [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients | paul | 2007-08-30 | 1 | -31/+27 |
| * | | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit | paul | 2007-08-06 | 1 | -25/+393 |
| * | | [bgpd] bug #370, default-originate was broken by a silly thinko | paul | 2007-06-14 | 1 | -1/+1 |
| * | | [bgpd] Trim memory usage of BGP routes | paul | 2007-05-04 | 1 | -164/+302 |
| * | | [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignored | paul | 2007-04-10 | 1 | -3/+20 |
| * | | [bgpd] Peer delete can race with reconfig leading to crash | paul | 2007-02-22 | 1 | -25/+67 |
| * | | [bgpd] Fix bug where a deleted route that was quickly re-added was being lost | ajs | 2006-11-28 | 1 | -5/+27 |
| * | | [bgpd] trivial: non C99 u_int.._t should be uint.._t | paul | 2006-10-27 | 1 | -1/+1 |