plugins/plugins
Piotr Skamruk e31cd2ce1a [macvlan] Stop setting proxy-arp on macvlan interface
The original issue was: https://github.com/containernetworking/cni/issues/84
I've added "a fix" for it in
https://github.com/containernetworking/cni/pull/149 which then was
merged in https://github.com/containernetworking/cni/pull/177

The thing is that "the fix" was incorrect as it was setting 1 on
arp_proxy (I really don't recall why) instead of setting it on
arp_notify - which was my original suggestion in:
https://github.com/rkt/rkt/issues/1765#issuecomment-188776317
Setting apr_proxy can be harmfull and we have already support for
sending GratuitousArpOverIface after setting an IP address, so setting
any sysctl should not be needed.

Signed-off-by: Piotr Skamruk <piotr.skamruk@gmail.com>
2021-02-21 11:34:12 +01:00
..
ipam ipam/dhcp: Add broadcast flag 2021-02-05 16:38:32 +01:00
main [macvlan] Stop setting proxy-arp on macvlan interface 2021-02-21 11:34:12 +01:00
meta add flannel to support dual stack ip 2021-01-27 17:18:02 +01:00
sample plugins: correctly output build version, cosmetic cleanups 2019-04-15 16:52:07 +02:00
linux_only.txt Introduce a new VRF CNI meta plugin. 2020-10-14 17:40:50 +02:00
windows_only.txt Add github build & test actions 2020-12-09 17:46:25 +01:00