summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add comments with warnings obtained on NetBSD/i386. Both are due togdt2004-12-091-0/+1
| * 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-2/+2
| * 2004-10-31 Paul Jakma <paul@dishone.st>paul2004-10-311-1/+1
| * 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es>bgp_rserver_afterpaul2004-09-131-2/+1
| * 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-8/+11
| * Merge bgpd changeset 1184 from Zebra repository by Rivo Nurges.hasso2004-05-201-8/+56
| * 2003-10-18 Lorenzo Colitti <lorenzo@ripe.net>paul2003-10-181-5/+47
| * Initial revisionpaul2002-12-131-0/+1838
* Fix compiler warnings from incorrect format stringsStephen Hemminger2008-07-111-2/+2
* [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