summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_aspath.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with handling of oversize BGP messagesex24bChris Hall2012-05-071-2/+1
* Tidy up after testing on FreeBSD 9.0Chris Hall2012-04-171-2/+10
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-6/+7
|\
| * general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-4/+4
* | Fix failure to build under --disable-rtadvChris Hall2012-02-211-0/+2
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-99/+109
* | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-021-0/+6
* | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-8/+10
|\|
| * bgpd: Implement revised error handling for partial optional/trans. attributesPaul Jakma2011-03-211-10/+16
| * bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-7/+9
| * bgpd: Rollback some of the changes made for invalid AS_PATH segment fixPaul Jakma2011-03-211-70/+61
| * bgpd: fix handling of AS path dataChris Hall2010-08-091-43/+72
* | Fix "neighbor xx peer-group" and "show bgp XX::"Chris Hall2010-12-141-2/+7
* | bgpd: fix handling of AS path dataChris Hall2010-08-301-55/+88
* | Introduce "rs-in" route-maproot2010-07-281-168/+171
|/
* bgpd: code cleanupStephen Hemminger2009-12-171-17/+1
* bgpd: work around warning in assegments_parse()Denis Ovsienko2009-12-041-2/+5
* bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segmentVasilis Tsiligiannis2009-07-281-0/+4
* bgpd: Implement BGP confederation error handling (RFC5065, Par. 5)Vasilis Tsiligiannis2009-07-281-0/+36
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-0/+1
* [bgpd] review 32-bit AS-path hotfix for 0.99.12Denis Ovsienko2009-06-231-29/+52
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-5/+1
* [bgpd] Fixed as-path prepend/exclude ASN handlingDenis Ovsienko2009-06-091-1/+1
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-54/+31
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-221-7/+7
* + [bgpd] Added new route-map set statement: "as-path ignore"Denis Ovsienko2008-04-101-1/+81
* [bgpd] Merge AS4 supportPaul Jakma2007-10-141-69/+288
* [bgpd] Fix warnings: hash callbacks should match hash API declarationsPaul Jakma2007-04-291-1/+2
* [bgpd] Minor performance improvement patchAndrew J. Schorr2007-04-151-10/+11
* [bgpd] Add RIB reporting commands, show bgp ... statisticsPaul Jakma2006-09-141-0/+20
* [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code.Paul Jakma2006-08-061-3/+3
* [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usagePaul Jakma2006-05-121-2/+3
* [bgpd] trivial fix for gcc warningpaul2006-02-051-2/+2
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-8/+0
* [bgpd] add aspath_finish, static resource cleanup function.paul2006-01-161-8/+19
* [bgpd] fix some leaks introduced in aspath rewrite.paul2006-01-161-5/+11
* [bgp] Fix SEGV if empty path is confed-compared ([quagga-users 5968])paul2005-11-231-1/+4
* 2005-09-10 Paul Jakma <paul.jakma@sun.com>paul2005-09-101-511/+832
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-13/+13
* * bgpd.texi: Document new "bgp bestpath as-path confed" command.hasso2005-04-081-7/+17
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-4/+4
* Compiler warnings fixes.hasso2004-09-261-1/+1
* change log message fron signed to unsigned decimalpaul2002-12-131-1/+1
* Initial revisionpaul2002-12-131-0/+1186