]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Add '[no] flood <disable|head-end-replication>' 3134/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 4 Oct 2018 23:20:12 +0000 (19:20 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 Oct 2018 00:27:28 +0000 (20:27 -0400)
commitfd06964433e5a0152f69533d159837cab2749afe
tree8a9d3f395af922065054e0705c5c389caabe0747
parentfbac9605a798444d5845d8dfa179ccb92f33fc0f
bgpd: Add '[no] flood <disable|head-end-replication>'

Add the '[no] flood <disable|head-end-replication>' command
to the l2vpn evpn afi/safi sub commands for bgp.  This command
when entered as 'flood disable' will turn off type 3 route
generation for the transmittal of the type 3 route necessary
for BUM replication on the remote VTEP.  Additionally it will
turn off the BUM handling via the new zebra command,
ZEBRA_VXLAN_FLOOD_CONTROL.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_evpn.c
bgpd/bgp_evpn.h
bgpd/bgp_evpn_vty.c
bgpd/bgp_zebra.c
bgpd/bgp_zebra.h
bgpd/bgpd.h
bgpd/subdir.am