summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr_evpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp2021-01-181-5/+5
* bgpd: support for DF election in EVPN-MHAnuradha Karuppiah2020-10-261-0/+38
* bgpd: extended-community and attrs for MAC-IP SYNC route handlingAnuradha Karuppiah2020-08-051-4/+9
* bgpd: attr changes for EAD routesAnuradha Karuppiah2020-08-051-35/+4
* bgpd: Ability to add/update unique extended communitiesvivek2020-03-311-1/+1
* bgpd, lib: More `const`ification of various codeDonald Sharp2020-03-231-1/+1
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-5/+5
* bgpd: RFC compliance wrt invalid RMAC, GWIP, ESI and VNIKishore Aramalla2020-02-111-0/+22
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-061-2/+2
|\
| * *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-2/+2
* | bgpd: parse and comapre rmac attr against self macChirag Shah2019-03-041-2/+4
|/
* bgpd, lib: few more prefixlen updatedQuentin Young2018-10-251-2/+2
* bgpd: support evpn nd ext communityChirag Shah2018-07-171-0/+33
* *: change struct evpn_addr to include a union of all evpn route typesmitesh2018-05-031-6/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-13/+13
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-9/+8
* bgpd/zebra/lib: Add Default Gateway extended communityMitesh Kanjariya2018-01-241-0/+30
* bgpd: rmac ext commMitesh Kanjariya2017-12-141-0/+29
* *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-5/+2
* lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNETDonald Sharp2017-08-081-1/+1
* bgpd: Convert to using ETH_ALENDonald Sharp2017-08-041-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-119/+117
* bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp2017-07-121-12/+9
* bgpd, zebra: Support for sticky MACsvivek2017-07-121-2/+9
* bgpd: EVPN route handlingvivek2017-07-121-72/+120
* lib: Refine EVPN prefix definitionvivek2017-05-251-4/+4
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* *: Clean up some wrong referencesDonald Sharp2017-04-051-4/+4
* bgpd: initialise ecom sub field str when setting routermacPhilippe Guibert2017-02-161-0/+1
* bgpd: simplify str2esi functionPhilippe Guibert2017-02-141-83/+13
* bgpd: change str2mac call apiPhilippe Guibert2017-02-141-3/+3
* bgpd: reflect mac handling change of apis to bgpdPhilippe Guibert2017-02-141-1/+1
* bgpd: use XMALLOC for ESI handlingPhilippe Guibert2017-02-141-1/+1
* bgpd: evpn use string handling functions from mac manipulationPhilippe Guibert2017-02-141-92/+2
* bgpd: indent new evpn code to the frr standardsPhilippe Guibert2017-02-141-231/+210
* bgpd: remove HAVE_EVPN referencesPhilippe Guibert2017-02-141-4/+0
* bgpd: enhance network command for evpn route type 5Philippe Guibert2017-02-141-0/+42
* bgpd: handling router mac extended communityPhilippe Guibert2017-02-141-0/+20
* bgpd: handling EVPN Route Type 5 NLRI messagePhilippe Guibert2017-02-141-0/+1
* bgpd: enhance structures and esi and mac functions to handle EVPNPhilippe Guibert2017-02-141-0/+262