summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sfc/lib/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfc/lib/utils.py b/sfc/lib/utils.py
index 40e1a22b..99f0bb75 100644
--- a/sfc/lib/utils.py
+++ b/sfc/lib/utils.py
@@ -305,6 +305,7 @@ def vxlan_firewall(sf, iface="eth0", port="22", block=True):
cmd = "sh -c 'cd /root;nohup " + cmd + " > /dev/null 2>&1 &'"
run_cmd_remote(sf, cmd)
+ time.sleep(7)
def vxlan_tool_stop(sf):