summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu>2008-07-19 20:48:19 +0000
committer/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu>2008-07-19 20:48:19 +0000
commit6a0ae483145159b0c903690c0313dbc03745c412 (patch)
treec76f14af1d80295c94eeba826bdec75cda73ad55 /tests
parent87c406c4962ea52f467b9807daf66e3652bd0e9b (diff)
Compatibility cleanup release: kernels >= 2.6.16 and 2.4.36.x are supported.
Diffstat (limited to 'tests')
-rw-r--r--tests/ipmap.t2
-rw-r--r--tests/ipporthash.t2
-rw-r--r--tests/iptree.t2
-rw-r--r--tests/iptreemap.t2
-rw-r--r--tests/macipmap.t2
-rw-r--r--tests/portmap.t2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/ipmap.t b/tests/ipmap.t
index 81c4240..fea8389 100644
--- a/tests/ipmap.t
+++ b/tests/ipmap.t
@@ -80,6 +80,6 @@
0 ipset -T test 255.255.255.255
# Full: Test value not added to the set
1 ipset -T test 0.1.0.0
-# Full: Delete test test
+# Full: Delete test set
0 ipset -X test
# eof
diff --git a/tests/ipporthash.t b/tests/ipporthash.t
index 5cbeee8..fc0a7d5 100644
--- a/tests/ipporthash.t
+++ b/tests/ipporthash.t
@@ -48,6 +48,6 @@
1 ipset -A test 1.255.255.255:5
# Network: Try to add value after upper boundary
1 ipset -A test 2.1.0.0:128
-# Network: Delete test test
+# Network: Delete test set
0 ipset -X test
# eof
diff --git a/tests/iptree.t b/tests/iptree.t
index 33b021b..76cac54 100644
--- a/tests/iptree.t
+++ b/tests/iptree.t
@@ -38,6 +38,6 @@
1 ipset -T test 2.0.0.2
# Timeout: Test value not added to the set
1 ipset -T test 192.168.68.70
-# Timeout: Delete test test
+# Timeout: Delete test set
0 ipset -X test
# eof
diff --git a/tests/iptreemap.t b/tests/iptreemap.t
index f0cb2c5..b8aeef2 100644
--- a/tests/iptreemap.t
+++ b/tests/iptreemap.t
@@ -40,6 +40,6 @@
0 ipset -D test 192.168.68.70/30
# Test element from the middle
1 ipset -T test 192.168.68.71
-# Delete test test
+# Delete test set
0 ipset -X test
# eof
diff --git a/tests/macipmap.t b/tests/macipmap.t
index 72d9b4d..035160a 100644
--- a/tests/macipmap.t
+++ b/tests/macipmap.t
@@ -44,6 +44,6 @@
1 ipset -A test 1.255.255.255
# Network: Try to add value after upper boundary
1 ipset -A test 2.1.0.0
-# Network: Delete test test
+# Network: Delete test set
0 ipset -X test
# eof
diff --git a/tests/portmap.t b/tests/portmap.t
index 53cf3ad..e616f15 100644
--- a/tests/portmap.t
+++ b/tests/portmap.t
@@ -32,6 +32,6 @@
0 ipset -T test 65535
# Full: Test value not added to the set
1 ipset -T test 1
-# Full: Delete test test
+# Full: Delete test set
0 ipset -X test
# eof