[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>
このコミットが含まれているのは:
Stephen Hemminger
2006-06-11 21:20:38 -07:00
committed by David S. Miller
コミット bdeb04c6d9
2個のファイルの変更0行の追加9行の削除

ファイルの表示

@@ -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;
};