summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.c
Commit message (Expand)AuthorAgeFilesLines
* Align bgp with upstreamStephen Hemminger2009-02-091-0/+2
* Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jennerStephen Hemminger2009-02-091-1/+1
|\
| * bgp: change () to (void)Stephen Hemminger2009-02-091-1/+1
* | Use XCALLOC instead of XMALLOC/memsetStephen Hemminger2008-12-011-6/+2
* | Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-271-5/+2
|\ \
| * | Merge branch 'master' of /home/shemminger/src/quagga into upstreamStephen Hemminger2008-10-131-3/+43
| |\|
| | * [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
* | | Use XCALLOCStephen Hemminger2008-08-181-2/+1
* | | remove dead codeStephen Hemminger2008-08-011-1/+3
* | | Make hash compare functions take const argsStephen Hemminger2008-07-311-20/+16
* | | Merge branch 'upstream' into islavistaStephen Hemminger2008-07-311-16/+39
|\| |
| * | [bgpd] fix a couple of trivial compiler warningspaul2008-07-221-1/+1
| * | [bgpd] minor changes to bgp_mp_reach_parsepaul2008-06-071-13/+35
| * | [bgpd] bug #419: partial aspath-limit incorrectly causes session resetpaul2008-06-011-2/+3
| * | [bgpd] remove unnecessary 0 entries from struct message'spaul2008-03-131-1/+0
| * | [bgpd] Fix number of DoS security issues, restricted to configured peers.paul2007-12-221-4/+20
| * | [bgpd] Merge AS4 supportpaul2007-10-141-52/+359
| * | [bgpd] low-impact DoS: crash on malformed community with debug setpaul2007-09-071-1/+4
| * | [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientspaul2007-08-301-3/+1
| * | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitpaul2007-08-061-3/+79
| * | [bgpd] Trim memory usage of BGP routespaul2007-05-041-139/+246
| * | [bgpd] Use defines for default weightpaul2007-04-291-15/+8
| * | [bgpd] Fix warnings: hash callbacks should match hash API declarationspaul2007-04-291-10/+25
| * | [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in boundspaul2007-04-101-25/+50
| * | [bgpd] Remove dead code in ORIGINATOR_ID packet forming codepaul2006-05-121-7/+2
| * | [bgpd] bug #210: Enable crucial VPNv4 code which was disabledpaul2006-05-041-2/+2
| * | [bgpd] rearrange some structs for less padding, stats for table/attrs.paul2006-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