Re: [PATCH net-next v2 2/3] net: evaluate net.ipv4.conf.all.proxy_arp_pvlan

2020-11-11 Thread Jesper Dangaard Brouer
On Tue, 10 Nov 2020 15:21:18 -0800 Jakub Kicinski wrote: > On Sat, 7 Nov 2020 20:35:14 +0100 Vincent Bernat wrote: > > Introduced in 65324144b50b, the "proxy_arp_vlan" sysctl is a ^ pvlan The sysctl is called "proxy_arp_pvlan" > > per-interface sy

Re: [PATCH net-next v2 2/3] net: evaluate net.ipv4.conf.all.proxy_arp_pvlan

2020-11-10 Thread Jakub Kicinski
On Sat, 7 Nov 2020 20:35:14 +0100 Vincent Bernat wrote: > Introduced in 65324144b50b, the "proxy_arp_vlan" sysctl is a > per-interface sysctl to tune proxy ARP support for private VLANs. > While the "all" variant is exposed, it was a noop and never evaluated. > We use the usual "or" logic for this

[PATCH net-next v2 2/3] net: evaluate net.ipv4.conf.all.proxy_arp_pvlan

2020-11-07 Thread Vincent Bernat
Introduced in 65324144b50b, the "proxy_arp_vlan" sysctl is a per-interface sysctl to tune proxy ARP support for private VLANs. While the "all" variant is exposed, it was a noop and never evaluated. We use the usual "or" logic for this kind of sysctls. Fixes: 65324144b50b ("net: RFC3069, private VL