diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2011-03-18 17:24:50 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2011-03-18 17:24:50 +0100 |
commit | f284b0d07b5d99e745312cbcc0fd95a6a4a7f5b4 (patch) | |
tree | 8dc08a86b3c9cc78456aaff8995db2f6f4fca9c6 /tests | |
parent | 6b88433a9334f3f0fc44ee52867326ce20c4af15 (diff) | |
download | ipset-f284b0d07b5d99e745312cbcc0fd95a6a4a7f5b4.tar.gz |
SCTP, UDPLITE support added
SCTP and UDPLITE port support added to the hash:*port* types.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hash:ip,port.t | 6 |
1 files changed, 6 insertions, 0 deletions
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 |