From 0b6f88e662d54cabf15ef3dbf70e9f0fcdb1412e Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 18 Apr 2011 12:53:25 +0200 Subject: Options and flags support added to the kernel API The support makes possible to specify the timeout value for the SET target and a flag to reset the timeout for already existing entries. --- tests/iptables.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/iptables.sh') diff --git a/tests/iptables.sh b/tests/iptables.sh index b5b82e4..9b1c90c 100755 --- a/tests/iptables.sh +++ b/tests/iptables.sh @@ -64,6 +64,10 @@ del) $cmd -F INPUT $cmd -A INPUT -j SET --del-set ipport src,src ;; +timeout) + ../src/ipset n test hash:ip,port timeout 2 + $cmd -A INPUT -j SET --add-set test src,src --timeout 10 --exist + ;; stop) $cmd -F $cmd -X -- cgit v1.2.3