diff options
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r-- | net/ipv6/route.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 635d97d54b0a..e10a17015504 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -2647,6 +2647,15 @@ static int ip6_route_net_init(struct net *net) | |||
2647 | net->ipv6.ip6_blk_hole_entry->u.dst.ops = net->ipv6.ip6_dst_ops; | 2647 | net->ipv6.ip6_blk_hole_entry->u.dst.ops = net->ipv6.ip6_dst_ops; |
2648 | #endif | 2648 | #endif |
2649 | 2649 | ||
2650 | net->ipv6.sysctl.flush_delay = 0; | ||
2651 | net->ipv6.sysctl.ip6_rt_max_size = 4096; | ||
2652 | net->ipv6.sysctl.ip6_rt_gc_min_interval = HZ / 2; | ||
2653 | net->ipv6.sysctl.ip6_rt_gc_timeout = 60*HZ; | ||
2654 | net->ipv6.sysctl.ip6_rt_gc_interval = 30*HZ; | ||
2655 | net->ipv6.sysctl.ip6_rt_gc_elasticity = 9; | ||
2656 | net->ipv6.sysctl.ip6_rt_mtu_expires = 10*60*HZ; | ||
2657 | net->ipv6.sysctl.ip6_rt_min_advmss = IPV6_MIN_MTU - 20 - 40; | ||
2658 | |||
2650 | #ifdef CONFIG_PROC_FS | 2659 | #ifdef CONFIG_PROC_FS |
2651 | proc_net_fops_create(net, "ipv6_route", 0, &ipv6_route_proc_fops); | 2660 | proc_net_fops_create(net, "ipv6_route", 0, &ipv6_route_proc_fops); |
2652 | proc_net_fops_create(net, "rt6_stats", S_IRUGO, &rt6_stats_seq_fops); | 2661 | proc_net_fops_create(net, "rt6_stats", S_IRUGO, &rt6_stats_seq_fops); |