]> git.baikalelectronics.ru Git - kernel.git/commit
net: evaluate net.ipv4.conf.all.proxy_arp_pvlan
authorVincent Bernat <vincent@bernat.ch>
Sat, 7 Nov 2020 19:35:14 +0000 (20:35 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Nov 2020 00:41:31 +0000 (16:41 -0800)
commitf6c356a45d3c737a40086ed06d060df4b78b6002
tree2286b9d22032a8e24cbe63e8132187ca7d508ecb
parent436efdd551e1f03a09e47498cbcbd93d311fdbd7
net: evaluate net.ipv4.conf.all.proxy_arp_pvlan

Introduced in 7db186c6454c, 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: 7db186c6454c ("net: RFC3069, private VLAN proxy arp support")
Signed-off-by: Vincent Bernat <vincent@bernat.ch>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/inetdevice.h