From f284b0d07b5d99e745312cbcc0fd95a6a4a7f5b4 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 18 Mar 2011 17:24:50 +0100 Subject: SCTP, UDPLITE support added SCTP and UDPLITE port support added to the hash:*port* types. --- tests/hash:ip,port.t | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/hash:ip,port.t b/tests/hash:ip,port.t index aabd861..020be72 100644 --- a/tests/hash:ip,port.t +++ b/tests/hash:ip,port.t @@ -62,6 +62,12 @@ 0 ipset add test 2.0.0.1,vrrp:0 # Test element with vrrp 0 ipset test test 2.0.0.1,vrrp:0 +# Add element with sctp +0 ipset add test 2.0.0.1,sctp:80 +# Test element with sctp +0 ipset test test 2.0.0.1,sctp:80 +# Delete element with sctp +0 ipset del test 2.0.0.1,sctp:80 # List set 0 ipset list test > .foo0 && ./sort.sh .foo0 # Check listing -- cgit v1.2.3