Patch to add CONFIG_IP_ACCEPT_UNSOLICITED_ARP to Kconfig.  Currently we have
code in place to accept gratuitous arp replies, but the code is disabled by the
above config option, and there is no way to turn it on.  This patch adds the
ability to turn this option on.  Tested successfully by me.

Thanks & Regards
Neil

Signed-off-by: Neil Horman <[EMAIL PROTECTED]>


 Kconfig |   10 ++++++++++
 1 files changed, 10 insertions(+)


diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -231,6 +231,16 @@ config IP_PNP_RARP
          operating on your network. Read <file:Documentation/nfsroot.txt> for
          details.
 
+config IP_ACCEPT_UNSOLICITED_ARP
+       bool "IP: Accept Unsolicted ARP messages"
+       depends on INET
+       help
+          If you want to be able to accept arp table updates via arp messages
+          that you didn't send out requests for, say Y here.  Some network
+          prototcols (like VRRP) rely on the ability to redirect IP address to
+          different MAC addresses using unsolicited ARP messages.  Enabling
+          this option allows the kernel to process those messages
+
 # not yet ready..
 #   bool '    IP: ARP support' CONFIG_IP_PNP_ARP               
 config NET_IPIP
-- 
/***************************************************
 *Neil Horman
 *Software Engineer
 *gpg keyid: 1024D / 0x92A74FA1 - http://pgp.mit.edu
 ***************************************************/
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to