summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_aspath.c
Commit message (Expand)AuthorAgeFilesLines
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-02-261-0/+1
* bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2015-10-271-4/+12
* *: fix signedness mix-upsDavid Lamparter2015-04-211-1/+1
* *: use void * for printing pointersDavid Lamparter2015-04-211-1/+1
* bgpd: implement route-map set as-path prepend last-asTimo Teräs2014-11-251-24/+41
* *: nuke ^L (page feed)David Lamparter2014-06-041-6/+6
* hash: force size to be a power of 2Stephen Hemminger2013-02-241-1/+1
* bgpd: optimize aspath string representation and assegments handlingJorge Boncompte [DTI2]2012-05-221-66/+75
* Merge branch 'quagga' into google-bgp-multipathAvneesh Sachdev2012-04-091-81/+79
|\
| * general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-4/+4
| * 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: Adds equal-paths check to path comparison. Paths that areJosh Bailey2011-07-201-1/+1
* | bgpd: trivial format / warning fixesPaul Jakma2011-04-131-17/+18
|/
* bgpd: fix handling of AS path dataChris Hall2010-08-091-43/+72
* 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