From: Thomas Graf Date: Tue, 27 Mar 2007 20:56:52 +0000 (-0700) Subject: [NET] fib_rules: Flush route cache after rule modifications X-Git-Tag: v2.6.22-rc1~1128^2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73417f617a93cf30342c3ea41abc38927bd467aa;p=pandora-kernel.git [NET] fib_rules: Flush route cache after rule modifications The results of FIB rules lookups are cached in the routing cache except for IPv6 as no such cache exists. So far, it was the responsibility of the user to flush the cache after modifying any rules. This lead to many false bug reports due to misunderstanding of this concept. This patch automatically flushes the route cache after inserting or deleting a rule. Thanks to Muli Ben-Yehuda for catching a bug in the previous patch. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed