Merge "Add scapy and udpreplay to robot Vagrant image"
[releng/builder.git] / jenkins-scripts / mininet.sh
index 3fbcd03f2d78e1e9e036a9799d2eb7b0e3f4c29a..96eec7cd9907e87cb064c2cc8ac6fc2ada906b65 100755 (executable)
@@ -56,6 +56,6 @@ echo 'jenkins' | passwd -f --stdin jenkins
 echo 'root' | passwd -f --stdin root
 
 # make sure the firewall is stopped
-service iptables stop
+/bin/bash disable_firewall.sh
 
 # vim: sw=2 ts=2 sts=2 et :