[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141031.122133.1697556792716394439.davem@davemloft.net>
Date: Fri, 31 Oct 2014 12:21:33 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: shemming@...cade.com
Cc: kyeyoonp@...eaurora.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] bridge: make proxy arp configurable
From: Stephen Hemminger <shemming@...cade.com>
Date: Thu, 30 Oct 2014 20:09:42 -0700
> @@ -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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists