diff options
Diffstat (limited to 'net/ipv4/sysctl_net_ipv4.c')
| -rw-r--r-- | net/ipv4/sysctl_net_ipv4.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c index bb0419582b8d..1cb67de106fe 100644 --- a/net/ipv4/sysctl_net_ipv4.c +++ b/net/ipv4/sysctl_net_ipv4.c | |||
| @@ -999,10 +999,6 @@ static __net_init int ipv4_sysctl_init_net(struct net *net) | |||
| 999 | if (!net->ipv4.sysctl_local_reserved_ports) | 999 | if (!net->ipv4.sysctl_local_reserved_ports) |
| 1000 | goto err_ports; | 1000 | goto err_ports; |
| 1001 | 1001 | ||
| 1002 | net->ipv4.sysctl_ip_default_ttl = IPDEFTTL; | ||
| 1003 | net->ipv4.sysctl_ip_dynaddr = 0; | ||
| 1004 | net->ipv4.sysctl_ip_early_demux = 1; | ||
| 1005 | |||
| 1006 | return 0; | 1002 | return 0; |
| 1007 | 1003 | ||
| 1008 | err_ports: | 1004 | err_ports: |
