summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.c
Commit message (Expand)AuthorAgeFilesLines
* cumulus take-3cumulus-take-3Timo Teräs2016-03-301-111/+134
* bgpd: Fix crash reported by NetDEF CILou Berger2016-03-081-4/+16
* bgpd: Remove the double-pass parsing of NLRIsPaul Jakma2016-03-081-12/+0
* bgpd: Regularise BGP NLRI sanity checks a bitPaul Jakma2016-03-081-20/+12
* bgpd: remove HAVE_IPV6 conditionalsLou Berger2016-02-261-16/+1
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-02-261-11/+33
* bgpd: encap: add attribute handlingLou Berger2016-02-261-1/+326
* bgpd: general MP/SAFI improvementsLou Berger2016-02-261-32/+47
* bgpd: wire up VPNv6 protocol processingLou Berger2016-02-261-0/+25
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-02-261-0/+1
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-281-1/+1
|\
| * *: fix in_addr initialisersDavid Lamparter2015-10-161-1/+1
* | bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2015-10-271-0/+13
|/
* bgpd: drop unused static variableDavid Lamparter2015-04-211-1/+0
* bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb)David Lamparter2014-12-081-0/+5
* bgpd: one more fix for tightening of check for missing well-known attributesPaul Jakma2014-11-251-2/+2
* bgpd: Fixes for recent well-known-attr check patch.Paul Jakma2014-10-281-6/+27
* bgpd: well-known attr check only run for v4/uni, which could cause a crash.Paul Jakma2014-10-171-42/+59
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-231-1/+0
* bgpd: don't send NOTIFY twice for malformed attrsDavid Lamparter2014-06-291-12/+22
* bgpd: fix IP endianness in debug messageDavid Lamparter2014-06-291-1/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* bgpd: efficient NLRI packing for AFs != ipv4-unicastPradosh Mohapatra2014-06-031-119/+130
* bgpd: track correct originator-id in reflected routesPradosh Mohapatra2014-05-151-1/+3
* bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ valuesJorge Boncompte [DTI2]2014-05-151-4/+4
* bgpd: don't try to reconcile AS4_PATH with NULLDavid Lamparter2013-02-011-0/+3
* bgpd: fix a bug in bgp_attr_dupChristian Franke2013-01-141-4/+17
* bgpd: Fixed out-of-date commentAndrew Certain2012-11-301-1/+1
* bgpd: add replace-as modifier for BGP neighborAndrew Certain2012-11-301-2/+9
* *: use array_size() helper macroBalaji.G2012-10-251-3/+2
* bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]2012-05-221-1/+5
* bgpd: use on stack struct attr_extra in bgp_attr_unintern()Jorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: cleanup bgp_attr_unintern()Jorge Boncompte [DTI2]2012-05-221-11/+12
* bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern()Jorge Boncompte [DTI2]2012-05-221-10/+10
* bgpd: reduce attrhash_make_key() indirectionsJorge Boncompte [DTI2]2012-05-221-16/+17
* bgpd: remove some useless initializationsJorge Boncompte [DTI2]2012-05-221-4/+1
* bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]2012-05-221-16/+14
* bgpd: Fix regression in args consolidation, total should be inited from argsPaul Jakma2012-05-021-1/+1
* bgpd: bgp_attr_flags_diagnose shouldn't assertPaul Jakma2012-03-271-1/+8
* bgpd: attr_parse call to attr_malformed should deal with PROCEED error casePaul Jakma2012-03-271-8/+14
* bgpd: Fix silly mistake in bgp_attr_flag_invalidPaul Jakma2012-03-271-1/+1
* bgpd: malformed attribute error that can still proceed should fixup getpPaul Jakma2012-03-251-3/+10
* 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
* 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