diff options
author | Thomas Graf <tgraf@suug.ch> | 2007-03-28 17:18:52 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 01:28:24 -0400 |
commit | 4b19ca44cbafabfe0b7b98e2e24b21a96198f509 (patch) | |
tree | ad16620eebb4577493b56cfb23d8a90a6825b8e7 /net/decnet/dn_rules.c | |
parent | d626f62b11e00c16e81e4308ab93d3f13551812a (diff) |
[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>
Diffstat (limited to 'net/decnet/dn_rules.c')
-rw-r--r-- | net/decnet/dn_rules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/decnet/dn_rules.c b/net/decnet/dn_rules.c index 7f58b95b27d1..17a1932216d6 100644 --- a/net/decnet/dn_rules.c +++ b/net/decnet/dn_rules.c | |||
@@ -242,7 +242,7 @@ static u32 dn_fib_rule_default_pref(void) | |||
242 | 242 | ||
243 | static void dn_fib_rule_flush_cache(void) | 243 | static void dn_fib_rule_flush_cache(void) |
244 | { | 244 | { |
245 | dn_rt_cache_flush(0); | 245 | dn_rt_cache_flush(-1); |
246 | } | 246 | } |
247 | 247 | ||
248 | static struct fib_rules_ops dn_fib_rules_ops = { | 248 | static struct fib_rules_ops dn_fib_rules_ops = { |