Searched hist:"73417 f617a93cf30342c3ea41abc38927bd467aa" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | fib_rules.h | diff 73417f617a93cf30342c3ea41abc38927bd467aa Tue Mar 27 15:56:52 CDT 2007 Thomas Graf <tgraf@suug.ch> [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 <muli@il.ibm.com> for catching a bug in the previous patch.
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | fib_rules.c | diff 73417f617a93cf30342c3ea41abc38927bd467aa Tue Mar 27 15:56:52 CDT 2007 Thomas Graf <tgraf@suug.ch> [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 <muli@il.ibm.com> for catching a bug in the previous patch.
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | fib_rules.c | diff 73417f617a93cf30342c3ea41abc38927bd467aa Tue Mar 27 15:56:52 CDT 2007 Thomas Graf <tgraf@suug.ch> [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 <muli@il.ibm.com> for catching a bug in the previous patch.
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|