diff options
Diffstat (limited to 'testing/tests/openssl-ikev2/rw-suite-b-192/hosts/dave/etc/iptables.flush')
-rw-r--r-- | testing/tests/openssl-ikev2/rw-suite-b-192/hosts/dave/etc/iptables.flush | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/openssl-ikev2/rw-suite-b-192/hosts/dave/etc/iptables.flush b/testing/tests/openssl-ikev2/rw-suite-b-192/hosts/dave/etc/iptables.flush new file mode 100644 index 000000000..b3ab63c51 --- /dev/null +++ b/testing/tests/openssl-ikev2/rw-suite-b-192/hosts/dave/etc/iptables.flush @@ -0,0 +1,21 @@ +*filter + +-F + +-P INPUT ACCEPT +-P OUTPUT ACCEPT +-P FORWARD ACCEPT + +COMMIT + +*nat + +-F + +COMMIT + +*mangle + +-F + +COMMIT |