diff options
author | Nikolay Borisov <kernel@kyup.com> | 2016-02-15 12:11:29 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-16 20:42:54 -0500 |
commit | 287b7f38fd6842e534db1783cead3843f7677b79 (patch) | |
tree | 16d2bab211c0764f5e0720bd88a1c2dc42bc0c02 /include/net/ip.h | |
parent | dcd87999d415d39cf2ae510bfed6b8206d778e1c (diff) | |
download | linux-287b7f38fd6842e534db1783cead3843f7677b79.tar.bz2 |
ipv4: Namespacify ip_dynaddr sysctl knob
Signed-off-by: Nikolay Borisov <kernel@kyup.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 1a98f1ca1638..e3fb25d76421 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -248,9 +248,6 @@ extern int inet_peer_maxttl; /* From ip_input.c */ extern int sysctl_ip_early_demux; -/* From ip_output.c */ -extern int sysctl_ip_dynaddr; - void ipfrag_init(void); void ip_static_sysctl_init(void); |