mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
xenserver: Always call ovs-vsctl in bring_down().
The datapath_modify_config() call here was at the wrong level of indentation, so it was only getting called if 'dp' was to be deleted. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -430,4 +430,5 @@ class DatapathVswitch(Datapath):
|
||||
|
||||
if dp:
|
||||
vsctl_argv += deconfigure_datapath(dp)
|
||||
datapath_modify_config(vsctl_argv)
|
||||
|
||||
datapath_modify_config(vsctl_argv)
|
||||
|
Reference in New Issue
Block a user