]> git.proxmox.com Git - pve-network.git/commit
zones: evpn: add disable-arp-nd-suppression option
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 5 Nov 2021 08:06:44 +0000 (09:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Nov 2021 18:00:06 +0000 (19:00 +0100)
commitb1a5c31e8f115b53d3d3e68c94304ad6846f639a
tree7a954dc8d16760578794039af8f4862c7b93d384
parent12206ae54427fa133cd58ea15fdc1ef4cb73b17b
zones: evpn: add disable-arp-nd-suppression option

arp-nd-suppression can break ip mobility,
when an ip from a vm is moved to another vm, with different mac.
For example, with a keepalived vip, the garp is filtered.
PVE/Network/SDN/Zones/EvpnPlugin.pm
test/zones/evpn/disable_arp_nd_suppression/expected_controller_config [new file with mode: 0644]
test/zones/evpn/disable_arp_nd_suppression/expected_sdn_interfaces [new file with mode: 0644]
test/zones/evpn/disable_arp_nd_suppression/interfaces [new file with mode: 0644]
test/zones/evpn/disable_arp_nd_suppression/sdn_config [new file with mode: 0644]