commit | 80f1a0f4e0cd4bfc8a74fc1c39843a6e7b206b95 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Mon Aug 20 13:02:41 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 20 18:18:40 2018 -0700 |
tree | 75808e39e15bf3575efc77274b3b50ad48ca5e87 | |
parent | 176eb614b118c96e7797f5ddefd10708c316f621 [diff] |
net/ipv6: Put lwtstate when destroying fib6_info Prior to the introduction of fib6_info lwtstate was managed by the dst code. With fib6_info releasing lwtstate needs to be done when the struct is freed. Fixes: 93531c674315 ("net/ipv6: separate handling of FIB entries from dst based routes") Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>