xfrm: Let the flowcache handle its size by default.
[cascardo/linux.git] / net / ipv6 / xfrm6_policy.c
index 30caa28..2fad593 100644 (file)
@@ -287,7 +287,7 @@ static struct dst_ops xfrm6_dst_ops = {
        .destroy =              xfrm6_dst_destroy,
        .ifdown =               xfrm6_dst_ifdown,
        .local_out =            __ip6_local_out,
-       .gc_thresh =            32768,
+       .gc_thresh =            INT_MAX,
 };
 
 static struct xfrm_policy_afinfo xfrm6_policy_afinfo = {