summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
authorVincent Bernat2014-09-05 15:09:03 +0200
committerDavid S. Miller2014-09-09 20:27:09 +0200
commit49a601589caaf0e93194c0cc9b4ecddbe75dd2d5 (patch)
treecb4486c3522885f9b6bb61f10960e3b7b27a5b4f /include/net/ip.h
parentMerge branch 'ebpf' (diff)
downloadkernel-qcow2-linux-49a601589caaf0e93194c0cc9b4ecddbe75dd2d5.tar.gz
kernel-qcow2-linux-49a601589caaf0e93194c0cc9b4ecddbe75dd2d5.tar.xz
kernel-qcow2-linux-49a601589caaf0e93194c0cc9b4ecddbe75dd2d5.zip
net/ipv4: bind ip_nonlocal_bind to current netns
net.ipv4.ip_nonlocal_bind sysctl was global to all network namespaces. This patch allows to set a different value for each network namespace. Signed-off-by: Vincent Bernat <vincent@bernat.im> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index c8fd6112bd0b..14bfc8e1bcf9 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -229,8 +229,6 @@ static inline int inet_is_local_reserved_port(struct net *net, int port)
}
#endif
-extern int sysctl_ip_nonlocal_bind;
-
/* From inetpeer.c */
extern int inet_peer_threshold;
extern int inet_peer_minttl;