| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' into jenner | Stephen Hemminger | 2009-06-11 | 1 | -1/+1 |
|\ |
|
| * | [bgpd] Fixed as-path prepend/exclude ASN handling | Denis Ovsienko | 2009-06-09 | 1 | -1/+1 |
* | | Merge branch 'upstream' into jenner | Stephen Hemminger | 2009-06-04 | 1 | -3/+3 |
|\| |
|
| * | [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> | Denis Ovsienko | 2009-04-30 | 1 | -54/+31 |
| * | [lib] hash compare function arguments ought to be const qualified | Stephen Hemminger | 2008-08-22 | 1 | -7/+7 |
| * | + [bgpd] Added new route-map set statement: "as-path ignore" | Denis Ovsienko | 2008-04-10 | 1 | -1/+81 |
| * | [bgpd] Merge AS4 support | Paul Jakma | 2007-10-14 | 1 | -69/+288 |
| * | [bgpd] Fix warnings: hash callbacks should match hash API declarations | Paul Jakma | 2007-04-29 | 1 | -1/+2 |
| * | [bgpd] Minor performance improvement patch | Andrew J. Schorr | 2007-04-15 | 1 | -10/+11 |
| * | [bgpd] Add RIB reporting commands, show bgp ... statistics | Paul Jakma | 2006-09-14 | 1 | -0/+20 |
| * | [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code. | Paul Jakma | 2006-08-06 | 1 | -3/+3 |
| * | [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage | Paul Jakma | 2006-05-12 | 1 | -2/+3 |
| * | [bgpd] trivial fix for gcc warning | paul | 2006-02-05 | 1 | -2/+2 |
| * | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 1 | -8/+0 |
| * | [bgpd] add aspath_finish, static resource cleanup function. | paul | 2006-01-16 | 1 | -8/+19 |
| * | [bgpd] fix some leaks introduced in aspath rewrite. | paul | 2006-01-16 | 1 | -5/+11 |
| * | [bgp] Fix SEGV if empty path is confed-compared ([quagga-users 5968]) | paul | 2005-11-23 | 1 | -1/+4 |
| * | 2005-09-10 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-10 | 1 | -511/+832 |
| * | 2005-06-28 Paul Jakma <paul.jakma@sun.com> | paul | 2005-06-28 | 1 | -13/+13 |
| * | * bgpd.texi: Document new "bgp bestpath as-path confed" command. | hasso | 2005-04-08 | 1 | -7/+17 |
| * | 2004-10-13 Paul Jakma <paul@dishone.st> | paul | 2004-10-13 | 1 | -4/+4 |
| * | Compiler warnings fixes. | hasso | 2004-09-26 | 1 | -1/+1 |
| * | change log message fron signed to unsigned decimal | paul | 2002-12-13 | 1 | -1/+1 |
| * | Initial revision | paul | 2002-12-13 | 1 | -0/+1186 |
* | BGP aspath eliminate dead code | Stephen Hemminger | 2009-05-15 | 1 | -1/+5 |
* | Expanding asn path buffer | Stephen Hemminger | 2009-04-30 | 1 | -53/+27 |
* | Use XCALLOC | Stephen Hemminger | 2008-08-18 | 1 | -5/+1 |
* | Make hash compare functions take const args | Stephen Hemminger | 2008-07-31 | 1 | -7/+7 |
* | + [bgpd] Added new route-map set statement: "as-path ignore" | pilot | 2008-05-20 | 1 | -1/+81 |
* | [bgpd] Merge AS4 support | paul | 2007-10-14 | 1 | -69/+288 |
* | [bgpd] Fix warnings: hash callbacks should match hash API declarations | paul | 2007-04-29 | 1 | -1/+2 |
* | [bgpd] Minor performance improvement patch | ajs | 2007-04-15 | 1 | -10/+11 |
* | [bgpd] Add RIB reporting commands, show bgp ... statistics | paul | 2006-09-14 | 1 | -0/+20 |
* | [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code. | paul | 2006-08-06 | 1 | -3/+3 |
* | [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage | paul | 2006-05-12 | 1 | -2/+3 |
* | [bgpd] trivial fix for gcc warning | paul | 2006-02-05 | 1 | -2/+2 |
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 1 | -8/+0 |
* | [bgpd] add aspath_finish, static resource cleanup function. | paul | 2006-01-16 | 1 | -8/+19 |
* | [bgpd] fix some leaks introduced in aspath rewrite. | paul | 2006-01-16 | 1 | -5/+11 |
* | [bgp] Fix SEGV if empty path is confed-compared ([quagga-users 5968]) | paul | 2005-11-23 | 1 | -1/+4 |
* | 2005-09-10 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-10 | 1 | -511/+832 |
* | 2005-06-28 Paul Jakma <paul.jakma@sun.com> | paul | 2005-06-28 | 1 | -13/+13 |
* | * bgpd.texi: Document new "bgp bestpath as-path confed" command. | hasso | 2005-04-08 | 1 | -7/+17 |
* | 2004-10-13 Paul Jakma <paul@dishone.st> | paul | 2004-10-13 | 1 | -4/+4 |
* | Compiler warnings fixes. | hasso | 2004-09-26 | 1 | -1/+1 |
* | change log message fron signed to unsigned decimal | paul | 2002-12-13 | 1 | -1/+1 |
* | Initial revision | paul | 2002-12-13 | 1 | -0/+1186 |