summaryrefslogtreecommitdiffstats
path: root/tests/iptables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/iptables.sh')
-rwxr-xr-xtests/iptables.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/iptables.sh b/tests/iptables.sh
index 1bf96df..b5b82e4 100755
--- a/tests/iptables.sh
+++ b/tests/iptables.sh
@@ -60,6 +60,10 @@ start)
$cmd -A OUTPUT -d $NET -j DROP
cat /dev/null > .foo.err
;;
+del)
+ $cmd -F INPUT
+ $cmd -A INPUT -j SET --del-set ipport src,src
+ ;;
stop)
$cmd -F
$cmd -X