commit | 4b19ca44cbafabfe0b7b98e2e24b21a96198f509 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Wed Mar 28 14:18:52 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:28:24 2007 -0700 |
tree | ad16620eebb4577493b56cfb23d8a90a6825b8e7 | |
parent | d626f62b11e00c16e81e4308ab93d3f13551812a [diff] [blame] |
[NET] fib_rules: delay route cache flush by ip_rt_min_delay Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/fib_rules.c b/net/ipv4/fib_rules.c index fe29b98..33083ad 100644 --- a/net/ipv4/fib_rules.c +++ b/net/ipv4/fib_rules.c
@@ -300,7 +300,7 @@ static void fib4_rule_flush_cache(void) { - rt_cache_flush(0); + rt_cache_flush(-1); } static struct fib_rules_ops fib4_rules_ops = {