vxlan: fix out of order operation on module removal
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 17 Jun 2013 21:16:09 +0000 (14:16 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 24 Jun 2013 15:40:32 +0000 (08:40 -0700)
commitb7153984074e51a50dad905871b705e0d67aa147
treecfcc9cb5b14102d08291595a0f8e25909bb80c5f
parent37173488400704f1a05656616cd12baa9e03173b
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>
drivers/net/vxlan.c
This page took 0.02567 seconds and 5 git commands to generate.