From ab7c172107690be48110c6176fa9000e4f4cf4d8 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 20 Sep 2013 10:13:54 +0200 Subject: ipset: Add userspace code to support hash:net,net kernel module. This adds the userspace library, tests to validate correct operation of the module and also provides appropriate usage information in the man page. The library version has been bumped accordingly. Signed-off-by: Oliver Smith Signed-off-by: Jozsef Kadlecsik --- tests/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtest.sh') diff --git a/tests/runtest.sh b/tests/runtest.sh index b14f151..962e1c6 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -9,7 +9,7 @@ tests="$tests iphash hash:ip hash:ip6" tests="$tests ipporthash hash:ip,port hash:ip6,port" tests="$tests ipportiphash hash:ip,port,ip hash:ip6,port,ip6" tests="$tests nethash hash:net hash:net6 hash:net,port hash:net6,port" -tests="$tests hash:ip,port,net hash:ip6,port,net6" +tests="$tests hash:ip,port,net hash:ip6,port,net6 hash:net,net hash:net6,net6" tests="$tests hash:net,iface.t" tests="$tests setlist restore" # tests="$tests iptree iptreemap" -- cgit v1.2.3