Re: [PATCH] ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route
From: Thomas Graf <tgraf@suug.ch> Date: 2012-06-19 11:36:07
On Fri, Jun 15, 2012 at 03:32:40PM -0700, David Miller wrote:
Since you're snooping around in here, you might notice that on network
namespace shutdown, we leak all user configured ipv6 FIB rules.
I looked into this. fib_rules_unregister() will free all rules
belonging to the address family in that namespace.
Or were you referring to other rules?