diff options
| author | Julian Anastasov <ja@ssi.bg> | 2004-02-17 03:06:26 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-02-17 03:06:26 -0800 |
| commit | 4d99775fee020b291acb77e91e9f97ffd23a7672 (patch) | |
| tree | ae527dbef8113ddd07997d4c6e45f728bbeded37 /include/linux/sysctl.h | |
| parent | b654ac173be33f00bc05097e04e0c86770965d11 (diff) | |
[IPV4]: Add sophisticated ARP reply control via arp_ignore sysctl.
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 8085f0e55513..d535235ca245 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -363,6 +363,7 @@ enum NET_IPV4_CONF_NOPOLICY=16, NET_IPV4_CONF_FORCE_IGMP_VERSION=17, NET_IPV4_CONF_ARP_ANNOUNCE=18, + NET_IPV4_CONF_ARP_IGNORE=19, }; /* /proc/sys/net/ipv4/netfilter */ |
