v0.2.1-rc3
Pre-release
Pre-release
Proxy_arp on a non_ipv4 holding iface is a bad idea (#544) * Proxy_arp on a non_ipv4 holding addr is a bad idea when an interface is brought up without an ipv4 address and proxy_arp=1 for an NR that effectively has ipv4 proxy_arp replies for __all__ arp requests, poisoning the upstream's router neighbour table. Need to test whether we should just remove thet whole proxy_arp entry in macvlan.go * disable proxy_arp altogether