From 46fb717308d9d717439badd48c150e32a3508a90 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu" Date: Thu, 23 Oct 2008 17:24:30 +0000 Subject: ipset 2.4.2: - When flushing a nethash/ipportnethash type of set, it can lead to a kernel crash due to a wrong type declaration, bug reported by Krzysztof Oledzki. - iptree and iptreemap types require the header file linux/timer.h, also reported by Krzysztof Oledzki. --- tests/setlist.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/setlist.t') diff --git a/tests/setlist.t b/tests/setlist.t index 785dc13..183a7ab 100644 --- a/tests/setlist.t +++ b/tests/setlist.t @@ -26,6 +26,8 @@ 1 ipset -D test foo,after,bar # Setlist: Delete bar,after,foo 0 ipset -D test bar,after,foo -# Setlist: Delete test test +# Setlist: Flush test set +0 ipset -F test +# Setlist: Delete test set 0 ipset -X test # eof -- cgit v1.2.3