]> git.proxmox.com Git - mirror_frr.git/commit - doc/user/bgp.rst
bgpd: add config knobs to disable rx and tx of ead-per-evi routes
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Wed, 26 Aug 2020 01:31:29 +0000 (18:31 -0700)
committerAnuradha Karuppiah <anuradhak@nvidia.com>
Fri, 11 Dec 2020 17:39:04 +0000 (09:39 -0800)
commitfe8293c32619a3e29c6ea694c4f64c379ec43b06
tree8127d637826b6362b03c1f37143e5e1744e6bab3
parent9c474915511968e5fb6f1489925721ba3eddd090
bgpd: add config knobs to disable rx and tx of ead-per-evi routes

Some vendors only advertise EAD-per-ES routes i.e. they do not
advertise EAD-per-EVI routes. To interop with these vendors we need
to relax the dependancy on EAD-per-EVI routes to activate a remote ES-PE.

Sample config -
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
router bgp 5553
 address-family l2vpn evpn
  disable-ead-evi-rx
>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Ticket: CM-31177

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
bgpd/bgp_evpn_mh.c
bgpd/bgp_evpn_mh.h
bgpd/bgp_evpn_vty.c
doc/user/bgp.rst