From 027dc5fb9021ce3f814a345b17c56d899733569a Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 16 May 2009 21:10:02 +0200 Subject: ipset 3.0 release The main change is full bigendian and 64/32bit enviroment support - in consequence the kernel-userspace protocol version was bumped. --- tests/runtest.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/runtest.sh') diff --git a/tests/runtest.sh b/tests/runtest.sh index 4f2a2d2..d063cd7 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -1,11 +1,11 @@ #!/bin/bash tests="init" -tests+=" ipmap macipmap portmap" -tests+=" iphash nethash ipporthash" -tests+=" ipportiphash ipportnethash" -tests+=" iptree iptreemap" -tests+=" setlist" +tests="$tests ipmap macipmap portmap" +tests="$tests iphash nethash ipporthash" +tests="$tests ipportiphash ipportnethash" +tests="$tests iptree iptreemap" +tests="$tests setlist" if [ "$1" ]; then tests="init $@" -- cgit v1.2.3