Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vxlan: fix out of order operation on module removal
If vxlan is removed with active vxlan's it would crash because rtnl_link_unregister (which calls vxlan_dellink), was invoked before unregister_pernet_device (which calls vxlan_stop). Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
- Loading branch information