summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into euro_ix_bex23bChris Hall2012-03-231-576/+421
|\
| * bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanupsPaul Jakma2012-02-281-273/+194
| * bgpd: consolidate attribute flag checksPaul Jakma2012-02-281-88/+133
* | Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-578/+1099
|\|
| * bgpd: Fix incorrect attribute type code in call to bgp_attr_malformedPaul Jakma2012-01-081-2/+2
| * bgpd: Improve flag error messages in bgp_attr_aspathPaul Jakma2012-01-081-4/+13
| * bgpd: rewrite attr flag error loggingDenis Ovsienko2012-01-081-54/+54
| * fix set never used warningsStephen Hemminger2011-12-181-16/+6
| * bgpd: fix memory leak for extra attributesOleg A. Arkhangelsky2011-12-031-0/+1
| * bgpd: fix 2 more cases of length error reportingDenis Ovsienko2011-10-261-2/+2
| * bgpd: check AGGREGATOR attr flags (BZ#678)Denis Ovsienko2011-10-221-0/+17
| * bgpd: fix more regressions in attr flag checksDenis Ovsienko2011-10-191-4/+4
| * bgpd: use bgp_attr_malformed()Denis Ovsienko2011-10-181-17/+22
| * bgpd: add flag checks for MP_(UN)REACH_NLRIDenis Ovsienko2011-10-171-6/+36
| * bgpd: fix spelling of CLUSTER_LISTDenis Ovsienko2011-10-171-1/+1
| * bgpd: check CLUSTER_LIST attribute flagsDenis Ovsienko2011-10-171-2/+17
| * bgpd: check ORIGINATOR_ID attribute flagsDenis Ovsienko2011-10-171-2/+18
| * bgpd: fix regression in improved attr flag checksDenis Ovsienko2011-10-121-5/+5
| * bgpd: improve attr length error handling (BZ#679)Denis Ovsienko2011-10-081-12/+19
| * bgpd: improve attr flags checksDenis Ovsienko2011-09-301-138/+53
| * bgpd: ignore 4 bits of attribute flags byteDenis Ovsienko2011-09-301-1/+4
| * bgpd: add missing "partial" flag checks (BZ#676)Denis Ovsienko2011-09-301-3/+38
| * bgpd: improve NEXT_HOP attribute checks (BZ#680)Denis Ovsienko2011-09-301-6/+39
| * bgpd: more SAFI fixesDenis Ovsienko2011-09-291-4/+4
| * bgpd: check ATOMIC_AGGREGATE attr flags (BZ#678)Denis Ovsienko2011-09-271-2/+38
| * bgpd: check MULTI_EXIT_DISC attr flags (BZ#677)Denis Ovsienko2011-09-271-0/+32
| * bgpd: check LOCAL_PREF attribute flags (BZ#674)Denis Ovsienko2011-09-271-2/+27
| * bgpd: consistent log msg format (BZ#565)heasley2011-09-271-5/+5
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-46/+58
* | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-277/+394
|\|
| * Merge branch 'attr-errors'Paul Jakma2011-07-291-258/+357
| |\
| | * bgpd: Implement revised error handling for partial optional/trans. attributesPaul Jakma2011-03-211-193/+304
| | * bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-26/+28
| | * bgpd: Rollback some of the changes made for invalid AS_PATH segment fixPaul Jakma2011-03-211-57/+43
| * | bgpd: Fix merge error in jhash commitPaul Jakma2011-03-291-2/+2
| * | bgpd: attribute jhash call should use a standard interface to in6_addr dataStephen Hemminger2011-03-221-2/+2
| |/
| * bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-03-211-76/+5
| * bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser errorPaul Jakma2011-03-211-12/+20
| * bgpd: use Jenkins hash for BGP transit, cluster and attr hashesStephen Hemminger2011-03-211-48/+27
| * bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert2010-10-061-4/+4
| * bgpd: fix handling of AS path dataChris Hall2010-08-091-46/+57
* | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-134/+49
* | bgpd: fix handling of AS path dataChris Hall2010-08-301-52/+64
* | Introduce "rs-in" route-maproot2010-07-281-22/+101
* | Reworking of peer state handling.Chris Hall2010-07-191-88/+72
* | First beta releaseChris Hall2010-04-061-196/+205
* | Thread safe versions of inet_ntoa and strerror.paulo2010-02-041-1/+1
|/
* bgpd: Workaround for invalid MBGP next hopMichael Lambert2009-07-301-0/+3
* bgpd: Implement BGP confederation error handling (RFC5065, Par. 5)Vasilis Tsiligiannis2009-07-281-0/+11
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-0/+34