2017-09-08, 15:48:47 -0700, Eric Dumazet wrote:
> From: Eric Dumazet
>
> IPv6 FIB should use FIB6_TABLE_HASHSZ, not FIB_TABLE_HASHSZ.
>
> Fixes: ba1cc08d9488 ("ipv6: fix memory leak with multiple tables during netns
> destruction")
> Signed-off-by: Eric Dumazet
Ouch, yes :(
Thanks for the fix
From: Eric Dumazet
Date: Fri, 08 Sep 2017 15:48:47 -0700
> From: Eric Dumazet
>
> IPv6 FIB should use FIB6_TABLE_HASHSZ, not FIB_TABLE_HASHSZ.
>
> Fixes: ba1cc08d9488 ("ipv6: fix memory leak with multiple tables during netns
> destruction")
> Signed-off-by: Eric Dumazet
Applied.
From: Eric Dumazet
IPv6 FIB should use FIB6_TABLE_HASHSZ, not FIB_TABLE_HASHSZ.
Fixes: ba1cc08d9488 ("ipv6: fix memory leak with multiple tables during netns
destruction")
Signed-off-by: Eric Dumazet
---
net/ipv6/ip6_fib.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git