summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_evpn_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Ensure correct checks for EVPN route importvivek2019-08-191-0/+5
* Merge pull request #4025 from AnuradhaKaruppiah/pim-evpnJafar Al-Gharaibeh2019-04-221-2/+6
|\
| * bgpd: maintain flood mcast group per-l2-vniAnuradha Karuppiah2019-04-201-2/+6
* | bgpd: lock the tenant-vrf associated with the l2-vniAnuradha Karuppiah2019-04-201-1/+2
|/
* bgp: fix misc evpn prefix match problems caused by using incorrect prefixlenAnuradha Karuppiah2019-03-131-2/+3
* bgpd: advertise svi ip as macip config cmdChirag Shah2019-02-071-0/+7
* bgpd: The default IP route not advertised with configured RDKishore Aramalla2018-11-291-0/+3
* bgpd: dup addr detect data struct for cfgChirag Shah2018-11-181-0/+18
* bgpd: check existing l3vni for any l2vni creationChirag Shah2018-08-221-0/+1
* Merge pull request #2665 from chiragshah6/evpn_devRuss White2018-07-241-0/+10
|\
| * bgpd: support evpn nd ext communityChirag Shah2018-07-171-0/+10
* | libs, daemons: use const in route-map applyMark Stapp2018-07-231-1/+1
|/
* bgpd, lib: Cleanup CI warnings from systemDonald Sharp2018-05-301-6/+11
* *: support for evpn type-4 routemitesh2018-05-301-6/+77
* Merge pull request #2034 from vincentbernat/fix/rfc8365-auto-rtDonald Sharp2018-05-161-0/+1
|\
| * bgpd: add an option for RT auto-derivation to use RFC 8635.Vincent Bernat2018-04-231-0/+1
* | *: change struct evpn_addr to include a union of all evpn route typesmitesh2018-05-031-19/+29
|/
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-20/+20
* Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-03-121-31/+30
|\
| * *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-37/+35
* | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-02-271-33/+24
|\|
| * Merge branch 'master' into evpn-bugsMitesh Kanjariya2018-02-271-3/+11
| |\
| * | bgpd: keep a backpointer to vrf instance in struct bgpevpnMitesh Kanjariya2018-02-271-27/+23
* | | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-02-271-4/+17
|\ \ \ | | |/ | |/|
| * | zebra, bgp: Support type-5 routes with asymmetric routingMitesh Kanjariya2018-02-101-4/+17
| |/
* | bgpd: provide a match clause to match EVPN default routeMitesh Kanjariya2018-02-231-0/+8
* | bgpd: support for default-originate type-5 routeMitesh Kanjariya2018-02-231-0/+14
* | bgpd: allow advertise-subnet cmd without enabling advertise ipv4 unicastMitesh Kanjariya2018-02-231-17/+0
|/
* bgpd: advertise VNI subnetMitesh Kanjariya2018-01-241-0/+3
* bgpd: carry two MPLS labels in EVPN NLRIsMitesh Kanjariya2018-01-241-20/+0
* bgpd/zebra/lib: Add Default Gateway extended communityMitesh Kanjariya2018-01-241-0/+7
* bgpd, lib, zebra: fix style problemsmitesh2017-12-271-10/+10
* bgpd: process evpn type-5 routes received from peersMitesh Kanjariya2017-12-141-0/+19
* bgpd: distinguish between frr prefixlen and packet prefixlen for EVPN type-5 ...Mitesh Kanjariya2017-12-141-2/+2
* bgpd: update/withdraw type-5 routes upon l3-vni add/delMitesh Kanjariya2017-12-141-12/+17
* bgpd: advertise/withdraw type-5 routes upon user configmitesh2017-12-141-3/+32
* bgpd: RD derivation for VRFmitesh2017-12-141-0/+23
* bgpd: program mac-ip routes in matching vrfsmitesh2017-12-141-0/+19
* bgpd: import rt to vrf mappingMitesh Kanjariya2017-12-141-0/+15
* bgpd: rmac ext commMitesh Kanjariya2017-12-141-0/+9
* bgpd: bgpevpn APIs to get l3vni/rmac and import/export RT listMitesh Kanjariya2017-12-141-0/+44
* bgpd: link l2vnis(bgpevpn) to l3vni(vrf)Mitesh Kanjariya2017-12-141-0/+20
* bgpd: import/export rt for BGP vrfMitesh Kanjariya2017-12-141-1/+9
* bgpd: Bgpevpn tenant vrf associationMitesh Kanjariya2017-12-141-1/+3
* *: fix styleQuentin Young2017-08-301-1/+1
* bgpd: Json support for evpn commandsMitesh Kanjariya2017-08-171-0/+2
* lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNETDonald Sharp2017-08-081-2/+2
* bgpd/zebra/lib: EVPN support for asymmetric VxLan routingMitesh Kanjariya2017-08-081-0/+3
* bgpd: Convert to using ETH_ALENDonald Sharp2017-08-041-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-121/+102