summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [bgpd/cleanup] BGP make attribute variables localStephen Hemminger2009-06-181-5/+5
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-6/+2
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-1/+1
* [warnings] Fix various SOS warningsPaul Jakma2008-08-221-2/+0
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-221-20/+16
* [bgpd] fix a couple of trivial compiler warningsPaul Jakma2008-07-221-1/+1
* [bgpd] minor changes to bgp_mp_reach_parsePaul Jakma2008-06-071-13/+35
* [bgpd] bug #419: partial aspath-limit incorrectly causes session resetPaul Jakma2008-06-011-2/+3
* [bgpd] remove unnecessary 0 entries from struct message'sPaul Jakma2008-03-131-1/+0
* [bgpd] Fix number of DoS security issues, restricted to configured peers.Paul Jakma2007-12-221-4/+20
* [bgpd] Merge AS4 supportPaul Jakma2007-10-141-52/+359
* [bgpd] low-impact DoS: crash on malformed community with debug setPaul Jakma2007-09-071-1/+4
* [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientsPaul Jakma2007-08-301-3/+1
* [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitPaul Jakma2007-08-061-3/+79
* [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-041-139/+246
* [bgpd] Use defines for default weightPaul Jakma2007-04-291-15/+8
* [bgpd] Fix warnings: hash callbacks should match hash API declarationsPaul Jakma2007-04-291-10/+25
* [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in boundsPaul Jakma2007-04-101-25/+50
* [bgpd] Remove dead code in ORIGINATOR_ID packet forming codePaul Jakma2006-05-121-7/+2
* [bgpd] bug #210: Enable crucial VPNv4 code which was disabledPaul Jakma2006-05-041-2/+2
* [bgpd] rearrange some structs for less padding, stats for table/attrs.Paul Jakma2006-03-301-0/+12
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-1/+0
* 2005-09-10 Paul Jakma <paul.jakma@sun.com>paul2005-09-101-14/+17
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-32/+32
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-25/+25
* * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for oldhasso2005-02-011-44/+0
* * bgp_nexthop.c: Improve debug.hasso2005-02-011-0/+4
* Add comments with warnings obtained on NetBSD/i386. Both are due togdt2004-12-091-0/+1