]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_vrf.h
zebra: advertise svi ip as macip route changes
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 5 Feb 2019 16:38:35 +0000 (08:38 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Thu, 7 Feb 2019 03:57:53 +0000 (19:57 -0800)
commit278e26de8e30142fcb48bd8bbf5f94a4f32f3557
tree5fbd4566299ba8e48e4559d8b87b1c11c226c6ac
parent24864e4497d29a29fc4f940492d199febf5c2f58
zebra: advertise svi ip as macip route changes

In Asymmetric and symetric routing scenario in EVPN
where each VTEP pair having different set of addresses
for the SVIs.
This knob allows reachability (ping connectivity) of
SVI IPs and resolve ARP resoultion VTEPs across racks.

This knob should not be used when same SVI IPs configured
on VTEPs across racks or when advertise default gateway
is configured.

Ticket:CM-23782
Testing Done:
Bring up EVPN symmetric routing topology with different
SVI IPs on different VTEPs. Enable advertise svi ip
at each VTEP, remote VTEPs installs arp entry for
SVI IPs via EVPN type-2 route exchange.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
zebra/zapi_msg.c
zebra/zebra_vrf.h
zebra/zebra_vxlan.c
zebra/zebra_vxlan.h
zebra/zebra_vxlan_private.h