2
0
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:
Ben Pfaff
2010-02-22 13:41:19 -08:00
parent d77ffabfbc
commit 56cac225ae

View File

@@ -430,4 +430,5 @@ class DatapathVswitch(Datapath):
if dp:
vsctl_argv += deconfigure_datapath(dp)
datapath_modify_config(vsctl_argv)
datapath_modify_config(vsctl_argv)