diff options
author | Nikolay Borisov <kernel@kyup.com> | 2016-01-07 09:38:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-10 17:32:09 -0500 |
commit | 9bd6861bd4326e3afd3f14a9ec8a723771fb20bb (patch) | |
tree | 4ce4ba2445adc7a7ca29cfb36fdb6be0b8c5e91b /net/ipv4/tcp_ipv4.c | |
parent | 13b287e8d1cad951634389f85b8c9b816bd3bb1e (diff) |
ipv4: Namespecify tcp_keepalive_probes sysctl knob
This is required to have full tcp keepalive mechanism namespace
support.
Signed-off-by: Nikolay Borisov <kernel@kyup.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 6e14ff9a8580..ed98de85871e 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2386,6 +2386,7 @@ static int __net_init tcp_sk_init(struct net *net) | |||
2386 | net->ipv4.sysctl_tcp_probe_interval = TCP_PROBE_INTERVAL; | 2386 | net->ipv4.sysctl_tcp_probe_interval = TCP_PROBE_INTERVAL; |
2387 | 2387 | ||
2388 | net->ipv4.sysctl_tcp_keepalive_time = TCP_KEEPALIVE_TIME; | 2388 | net->ipv4.sysctl_tcp_keepalive_time = TCP_KEEPALIVE_TIME; |
2389 | net->ipv4.sysctl_tcp_keepalive_probes = TCP_KEEPALIVE_PROBES; | ||
2389 | 2390 | ||
2390 | return 0; | 2391 | return 0; |
2391 | fail: | 2392 | fail: |