commit | fa50d974d104113630d68b7d03233a6686230d0c | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <kernel@kyup.com> | Mon Feb 15 12:11:27 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 16 20:42:54 2016 -0500 |
tree | 17a12ad65afc3bf5302eba390262728d1b3b74dc | |
parent | 6cd21d79419c154a73be6fa31bc1a1f42ffd6815 [diff] [blame] |
ipv4: Namespaceify ip_default_ttl sysctl knob Signed-off-by: Nikolay Borisov <kernel@kyup.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 848fe80..bc8f7f9 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h
@@ -80,6 +80,7 @@ int sysctl_tcp_ecn; int sysctl_tcp_ecn_fallback; + int sysctl_ip_default_ttl; int sysctl_ip_no_pmtu_disc; int sysctl_ip_fwd_use_pmtu; int sysctl_ip_nonlocal_bind;