ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / debian / ifupdown.sh
index ea36a0dca8fbfa0a8fd8512ca34188ba6b45cb84..bd6aec846fd953caf85202faf1566aeedc859adb 100755 (executable)
@@ -22,7 +22,7 @@ if [ -z "${IF_OVS_TYPE}" ]; then
 fi
 
 ovs_vsctl() {
-    ovs-vsctl --no-wait --timeout=5 "$@"
+    ovs-vsctl --timeout=5 "$@"
 }
 
 if (ovs_vsctl --version) > /dev/null 2>&1; then :; else