Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip6_gre: release cached dst on tunnel removal
When a tunnel is deleted, the cached dst entry should be released. This problem may prevent the removal of a netns (seen with a x-netns IPv6 gre tunnel): unregister_netdevice: waiting for lo to become free. Usage count = 3 CC: Dmitry Kozlov <[email protected]> Fixes: c12b395 ("gre: Support GRE over IPv6") Signed-off-by: huaibin Wang <[email protected]> Signed-off-by: Nicolas Dichtel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information