Re: [PATCH net-next] bridge: make proxy arp configurable
From: <hidden>
Date: 2014-11-19 23:11:53
From: Stephen Hemminger <redacted> Date: Thu, 30 Oct 2014 20:09:42 -0700quoted
@@ -60,3 +60,19 @@ config BRIDGE_VLAN_FILTERING Say N to exclude this support and reduce the binary size. If unsure, say Y. + +config BRIDGE_ARP_PROXY + bool "ARP proxying" + depends on BRIDGE + depends on INET + default y + ---help--- + If you say Y here, then the Ethernet bridge to keep track of + the hardware address to IP address mapping. + + It is most useful when used as a wireless AP. + + Say N to exclude this support and reduce the binary size. + + If unsure, say Y. +Please do not ever add empty lines at the end of files, GIT warns about this when I try to apply your patch.
Hi Dave, I notice that this patch was never applied to "net-next". I have one more patch contribution to make to the bridge code regarding Proxy ARP IPv4. I would very much like this patch by Stephen to be applied as well. I have no problem resubmitting this patch (with the empty line removed). Do you want me to do that as part of the set? Thanks! - Kyeyoon