| Commit message (Expand) | Author | Age | Files | Lines |
* | lib, bgpd, tests: Refactor FILTER_X in zebra.h | Donald Sharp | 2016-02-26 | 1 | -0/+1 |
* | bgpd, lib: memory cleanups for valgrind, plus debug changes | Lou Berger | 2015-10-27 | 1 | -4/+12 |
* | *: fix signedness mix-ups | David Lamparter | 2015-04-21 | 1 | -1/+1 |
* | *: use void * for printing pointers | David Lamparter | 2015-04-21 | 1 | -1/+1 |
* | bgpd: implement route-map set as-path prepend last-as | Timo Teräs | 2014-11-25 | 1 | -24/+41 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -6/+6 |
* | hash: force size to be a power of 2 | Stephen Hemminger | 2013-02-24 | 1 | -1/+1 |
* | bgpd: optimize aspath string representation and assegments handling | Jorge Boncompte [DTI2] | 2012-05-22 | 1 | -66/+75 |
* | Merge branch 'quagga' into google-bgp-multipath | Avneesh Sachdev | 2012-04-09 | 1 | -81/+79 |
|\ |
|
| * | general: remove inline qualifiers and move in-header functions to objects | Paul Jakma | 2012-01-06 | 1 | -4/+4 |
| * | bgpd: Implement revised error handling for partial optional/trans. attributes | Paul Jakma | 2011-03-21 | 1 | -10/+16 |
| * | bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ... | Paul Jakma | 2011-03-21 | 1 | -7/+9 |
| * | bgpd: Rollback some of the changes made for invalid AS_PATH segment fix | Paul Jakma | 2011-03-21 | 1 | -70/+61 |
* | | bgpd: Adds equal-paths check to path comparison. Paths that are | Josh Bailey | 2011-07-20 | 1 | -1/+1 |
* | | bgpd: trivial format / warning fixes | Paul Jakma | 2011-04-13 | 1 | -17/+18 |
|/ |
|
* | bgpd: fix handling of AS path data | Chris Hall | 2010-08-09 | 1 | -43/+72 |
* | bgpd: code cleanup | Stephen Hemminger | 2009-12-17 | 1 | -17/+1 |
* | bgpd: work around warning in assegments_parse() | Denis Ovsienko | 2009-12-04 | 1 | -2/+5 |
* | bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segment | Vasilis Tsiligiannis | 2009-07-28 | 1 | -0/+4 |
* | bgpd: Implement BGP confederation error handling (RFC5065, Par. 5) | Vasilis Tsiligiannis | 2009-07-28 | 1 | -0/+36 |
* | [bgpd] Stability fixes including bugs 397, 492 | Chris Caputo | 2009-07-19 | 1 | -0/+1 |
* | [bgpd] review 32-bit AS-path hotfix for 0.99.12 | Denis Ovsienko | 2009-06-23 | 1 | -29/+52 |
* | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger | 2009-06-12 | 1 | -5/+1 |
* | [bgpd] Fixed as-path prepend/exclude ASN handling | Denis Ovsienko | 2009-06-09 | 1 | -1/+1 |
* | [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 |