fix check_tcp - display iptables before running qemu - get test specs in build summary
[tests.git] / system / template-qemu / qemu-bridge-init
index d8844ff..170946a 100755 (executable)
@@ -107,6 +107,9 @@ add () {
     # rewrite a new config - quick and dirty
     ./iptables.py iptables.pre iptables.post $IP
     iptables-restore < iptables.post
+
+    echo "Installed iptables"
+    iptables-save
     
 }