commit | abd596a4b68b6526c2676233e10602dd9660e9d7 | [log] [tgz] |
---|---|---|
author | Neil Horman <nhorman@tuxdriver.com> | Mon Mar 20 22:39:47 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:39:47 2006 -0800 |
tree | 4122bd7fc36c18ffb762ea8ae6d5c794c1924222 | |
parent | 59f1741e541bf4f6139599389610a70de49c3ad2 [diff] [blame] |
[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index fd7af86..92297ff 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h
@@ -25,6 +25,7 @@ int arp_filter; int arp_announce; int arp_ignore; + int arp_accept; int medium_id; int no_xfrm; int no_policy;