[NET] fib_rules: delay route cache flush by ip_rt_min_delay
[deliverable/linux.git] / net / ipv4 / fib_rules.c
index fe29b98d6c8f3b6b9ad08d971db65f05869d4bb3..33083ad52e9ff2d0678f9a2914c230a98b1a40d5 100644 (file)
@@ -300,7 +300,7 @@ static size_t fib4_rule_nlmsg_payload(struct fib_rule *rule)
 
 static void fib4_rule_flush_cache(void)
 {
-       rt_cache_flush(0);
+       rt_cache_flush(-1);
 }
 
 static struct fib_rules_ops fib4_rules_ops = {
This page took 0.038383 seconds and 5 git commands to generate.