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>
This commit is contained in:
Nikolay Borisov
2016-01-07 16:38:44 +02:00
committed by David S. Miller
parent 13b287e8d1
commit 9bd6861bd4
5 changed files with 12 additions and 10 deletions

View File

@@ -95,6 +95,7 @@ struct netns_ipv4 {
u32 sysctl_tcp_probe_interval;
int sysctl_tcp_keepalive_time;
int sysctl_tcp_keepalive_probes;
struct ping_group_range ping_group_range;