summaryrefslogtreecommitdiff
path: root/bgpd/bgp_attr_evpn.c
AgeCommit message (Expand)Author
2024-09-18bgpd: changes for code maintainabilitysri-mohan1
2024-08-11bgpd: Move evpn_overlay to a pointerDonatas Abraitis
2024-07-04bgpd: Move sticky, default_gw, router_flag into a single flags variableDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-02-10bgpd: fix null pointer dereferencesIgor Ryzhov
2022-02-04bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis
2022-01-31bgpd: Fixing memcmp to avoid coverity issueIqra Siddiqui
2022-01-19bgpd: replace custom union gw_addr with struct ipaddrIgor Ryzhov
2021-06-07bgpd: Parse EVPN RT-5 NLRI and store gateway IP for EVPN routeAmeya Dharkar
2021-01-18bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp
2020-10-26bgpd: support for DF election in EVPN-MHAnuradha Karuppiah
2020-08-05bgpd: extended-community and attrs for MAC-IP SYNC route handlingAnuradha Karuppiah
2020-08-05bgpd: attr changes for EAD routesAnuradha Karuppiah
2020-03-30bgpd: Ability to add/update unique extended communitiesvivek
2020-03-23bgpd, lib: More `const`ification of various codeDonald Sharp
2020-03-21bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis
2020-02-11bgpd: RFC compliance wrt invalid RMAC, GWIP, ESI and VNIKishore Aramalla
2019-03-06Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter
2019-03-04bgpd: parse and comapre rmac attr against self macChirag Shah
2019-02-25*: remove casts of XMALLOC / XCALLOCQuentin Young
2018-10-25bgpd, lib: few more prefixlen updatedQuentin Young
2018-07-17bgpd: support evpn nd ext communityChirag Shah
2018-05-02*: change struct evpn_addr to include a union of all evpn route typesmitesh
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-01-23bgpd/zebra/lib: Add Default Gateway extended communityMitesh Kanjariya
2017-12-14bgpd: rmac ext commMitesh Kanjariya
2017-09-09*: fix be32 reading / 24-bit left shiftDavid Lamparter
2017-08-08lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNETDonald Sharp
2017-08-04bgpd: Convert to using ETH_ALENDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-12bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp
2017-07-12bgpd, zebra: Support for sticky MACsvivek
2017-07-12bgpd: EVPN route handlingvivek
2017-05-25lib: Refine EVPN prefix definitionvivek
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-04-04*: Clean up some wrong referencesDonald Sharp
2017-02-16bgpd: initialise ecom sub field str when setting routermacPhilippe Guibert
2017-02-14bgpd: simplify str2esi functionPhilippe Guibert
2017-02-14bgpd: change str2mac call apiPhilippe Guibert
2017-02-14bgpd: reflect mac handling change of apis to bgpdPhilippe Guibert
2017-02-14bgpd: use XMALLOC for ESI handlingPhilippe Guibert
2017-02-14bgpd: evpn use string handling functions from mac manipulationPhilippe Guibert
2017-02-14bgpd: indent new evpn code to the frr standardsPhilippe Guibert
2017-02-14bgpd: remove HAVE_EVPN referencesPhilippe Guibert
2017-02-14bgpd: enhance network command for evpn route type 5Philippe Guibert
2017-02-14bgpd: handling router mac extended communityPhilippe Guibert
2017-02-14bgpd: handling EVPN Route Type 5 NLRI messagePhilippe Guibert
2017-02-14bgpd: enhance structures and esi and mac functions to handle EVPNPhilippe Guibert