summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
authorStephen Hemminger2006-06-12 06:20:38 +0200
committerDavid S. Miller2006-06-18 06:30:30 +0200
commitbdeb04c6d9a957ae2a51c3033414467b82b2a736 (patch)
tree7e457169cd43dc8367067bff23f1b3fad6eb98b2 /include/net/ip.h
parent[BNX2]: Endian fixes. (diff)
downloadkernel-qcow2-linux-bdeb04c6d9a957ae2a51c3033414467b82b2a736.tar.gz
kernel-qcow2-linux-bdeb04c6d9a957ae2a51c3033414467b82b2a736.tar.xz
kernel-qcow2-linux-bdeb04c6d9a957ae2a51c3033414467b82b2a736.zip
[NET]: net.ipv4.ip_autoconfig sysctl removal
The sysctl net.ipv4.ip_autoconfig is a legacy value that is not used. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index 3d2e5ca62a5a..ead233c9540d 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -147,7 +147,6 @@ void ip_send_reply(struct sock *sk, struct sk_buff *skb, struct ip_reply_arg *ar
struct ipv4_config
{
int log_martians;
- int autoconfig;
int no_pmtu_disc;
};