aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/inetdevice.h
diff options
context:
space:
mode:
authorNeil Horman <nhorman@tuxdriver.com>2006-03-20 22:39:47 -0800
committerDavid S. Miller <davem@davemloft.net>2006-03-20 22:39:47 -0800
commitabd596a4b68b6526c2676233e10602dd9660e9d7 (patch)
tree4122bd7fc36c18ffb762ea8ae6d5c794c1924222 /include/linux/inetdevice.h
parent[TG3]: netif_carrier_off runs too early; could still be queued when init fails (diff)
downloadlinux-dev-abd596a4b68b6526c2676233e10602dd9660e9d7.tar.xz
linux-dev-abd596a4b68b6526c2676233e10602dd9660e9d7.zip
[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>
Diffstat (limited to 'include/linux/inetdevice.h')
-rw-r--r--include/linux/inetdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h
index fd7af86151b1..92297ff24e85 100644
--- a/include/linux/inetdevice.h
+++ b/include/linux/inetdevice.h
@@ -25,6 +25,7 @@ struct ipv4_devconf
int arp_filter;
int arp_announce;
int arp_ignore;
+ int arp_accept;
int medium_id;
int no_xfrm;
int no_policy;