summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_aspath.c
Commit message (Expand)AuthorAgeFilesLines
* 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