ovs-vsctl: Add --if-exists option to "get" command, for map columns.
[openvswitch] / xenserver / opt_xensource_libexec_interface-reconfigure
index b78305777f17bdae22b7ef13909b372843a0ed74..f28ae74cced1afd133f800e5944cedd90cc95d8d 100755 (executable)
@@ -1255,7 +1255,7 @@ def datapath_modify_config(commands):
         for c in commands:
             log("  %s" % c)
 
-    rc = run_command(['/usr/bin/ovs-vsctl']
+    rc = run_command(['/usr/bin/ovs-vsctl'] + ['--timeout=20']
                      + [c for c in commands if not c.startswith('#')])
     if not rc:
         raise Error("Failed to modify vswitch configuration")