summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgp: Use intern/unintern for encap to fix valgrind identified memory leakLou Berger2017-01-021-47/+176
* bgpd: Remove the double-pass parsing of NLRIsPaul Jakma2016-10-261-14/+0
* bgpd: Regularise BGP NLRI sanity checks a bitPaul Jakma2016-10-261-21/+11
* bgpd: fix off-by-one in attribute flags handlingChristian Franke2016-10-211-2/+1
* bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2016-10-181-0/+13
* bgpd: Fix crash reported by NetDEF CILou Berger2016-10-181-4/+16
* some rfapi compile fixesDaniel Walton2016-10-051-1/+1
* vnc: use directories in includes (request from Martin W.)Lou Berger2016-10-031-1/+1
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-1/+83
* bgp: add "debug bgp allow-martians" next hops and related code/commandsLou Berger2016-09-031-1/+2
* bgpd: cleanup clang uninitialized variable warningLou Berger2016-09-031-1/+1
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
* bgpd: Fix another clang warningDonald Sharp2016-06-211-1/+1
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-06-121-13/+33
* bgpd: Fixes and updates for VPNv6vivek2016-06-111-7/+7
* bgpd: encap: add attribute handlingLou Berger2016-06-101-1/+323
* bgpd: general MP/SAFI improvementsLou Berger2016-06-101-23/+44
* bgpd: wire up VPNv6 protocol processingLou Berger2016-06-071-0/+17
* bgpd: resolve merge issues in bgp_attr_check()Daniel Walton2016-05-271-11/+10
* bgpd: Fixes for recent well-known-attr check patch.Paul Jakma2016-05-261-1/+18
* bgpd: well-known attr check only run for v4/uni, which could cause a crash.Paul Jakma2016-05-261-44/+63
* *: fix in_addr initialisersDavid Lamparter2016-05-261-1/+1
* bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb)David Lamparter2016-05-261-0/+5
* bgpd: Fix more clang compiler warningsDonald Sharp2016-05-201-1/+0
* BGP: support for addpath TXDaniel Walton2015-11-051-9/+22
* Here we have an unsual confederations config, "router bgp X" andDonald Sharp2015-06-121-3/+5
* BGP Path attributes classified as well-known and mandatory need to beDonald Sharp2015-06-111-3/+8
* Update the log message when we receive a non-link-local nexthop for betterDonald Sharp2015-06-111-1/+2
* bgpd, zebra: rfc-5549-generic.patchDonald Sharp2015-06-111-10/+31
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-6/+2
* Use #define for mp_nexthop_len valuesDonald Sharp2015-05-201-20/+21
* Relax draft-ietf-idr-error-handling-13 valid IP check in favor of draft-ietf-...Donald Sharp2015-05-201-1/+6
* When internal operations are performed (e.g., best-path selection, next-hopDonald Sharp2015-05-201-1/+1
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-13/+49
* BGP: add addpath RX supportDonald Sharp2015-05-201-4/+4
* Correct a few fuzz failures in BGPDonald Sharp2015-05-201-9/+5
* Overhual BGP debugsDonald Sharp2015-05-201-88/+56
* Changes to improve BGP convergence time:Donald Sharp2015-05-201-2/+6
* Fix aggregation issues found via ANVLDonald Sharp2015-05-201-0/+1
* atomic-aggregate is lost when we aggregate another aggregate that has atomic-...Donald Sharp2015-05-201-2/+3
* Add support for route tagsDonald Sharp2015-05-201-0/+3
* bgpd-maxmed-administrative-onstartup.patchDonald Sharp2015-05-201-2/+3
* bgpd: bgpd-table-map.patchDonald Sharp2015-05-201-2/+57
* 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