]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
Fix outdated messages in the tests
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 14 Dec 2010 20:23:41 +0000 (21:23 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 14 Dec 2010 20:23:41 +0000 (21:23 +0100)
tests/hash:ip,port,ip.t
tests/hash:ip,port.t
tests/hash:ip6,port,ip6.t
tests/hash:ip6,port,net6.t
tests/hash:ip6,port.t
tests/ipporthash.t
tests/ipportiphash.t
tests/ipportnethash.t

index 69411cae90ba2bb97ce69eba80792924a9d6897a..b658b5d5b5a299c627ca8f9fdebcaa38ba807f65 100644 (file)
 0 ipset test test 2.0.0.1,0,0.0.0.1
 # Delete almost zero valued element
 0 ipset del test 2.0.0.1,0,0.0.0.1
-# Add lower boundary
+# Add first random value
 0 ipset add test 2.0.0.1,5,1.1.1.1
-# Add upper boundary
+# Add second random value
 0 ipset add test 2.1.0.0,128,2.2.2.2
-# Test lower boundary
+# Test first random value
 0 ipset test test 2.0.0.1,5,1.1.1.1
-# Test upper boundary
+# Test second random value
 0 ipset test test 2.1.0.0,128,2.2.2.2
 # Test value not added to the set
 1 ipset test test 2.0.0.1,5,1.1.1.2
 1 ipset test test 2.0.0.1,6,1.1.1.1
 # Test value not added to the set
 1 ipset test test 2.0.0.2,6,1.1.1.1
-# Test value before lower boundary
+# Test value before first random value
 1 ipset test test 2.0.0.0,5,1.1.1.1
-# Test value after upper boundary
+# Test value after second random value
 1 ipset test test 2.1.0.1,128,2.2.2.2
-# Try to add value before lower boundary
+# Try to add value before first random value
 0 ipset add test 2.0.0.0,5,1.1.1.1
-# Try to add value after upper boundary
+# Try to add value after second random value
 0 ipset add test 2.1.0.1,128,2.2.2.2
 # List set
 0 ipset list test | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0
index 53bf69d677d06480f26d4477abf71c67c0824f04..7d2abca61184984fd5c030153b0e6cf0572430ba 100644 (file)
@@ -6,25 +6,25 @@
 0 ipset test test 2.0.0.1,0
 # Delete partly zero valued element
 0 ipset del test 2.0.0.1,0
-# Add lower boundary
+# Add first random value
 0 ipset add test 2.0.0.1,5
-# Add upper boundary
+# Add second random value
 0 ipset add test 2.1.0.0,128
-# Test lower boundary
+# Test first random value
 0 ipset test test 2.0.0.1,5
-# Test upper boundary
+# Test second random value
 0 ipset test test 2.1.0.0,128
 # Test value not added to the set
 1 ipset test test 2.0.0.1,4
 # Delete value not added to the set
 1 ipset del test 2.0.0.1,6
-# Test value before lower boundary
+# Test value before first random value
 1 ipset test test 2.0.0.0,5
-# Test value after upper boundary
+# Test value after second random value
 1 ipset test test 2.1.0.1,128
-# Try to add value before lower boundary
+# Try to add value before first random value
 0 ipset add test 2.0.0.0,5
-# Try to add value after upper boundary
+# Try to add value after second random value
 0 ipset add test 2.1.0.1,128
 # List set
 0 ipset list test | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0
index b4d05e962513b3d51de8334cf87ba29ca1e535c0..bfdc2989ea947492a0a74921ae226d6248976f5f 100644 (file)
 0 ipset test test 2:0:0::1,0,0:0:0::1
 # Delete almost zero valued element
 0 ipset del test 2:0:0::1,0,0:0:0::1
-# Add lower boundary
+# Add first random value
 0 ipset add test 2:0:0::1,5,1:1:1::1
-# Add upper boundary
+# Add second random value
 0 ipset add test 2:1:0::0,128,2:2:2::2
-# Test lower boundary
+# Test first random value
 0 ipset test test 2:0:0::1,5,1:1:1::1
-# Test upper boundary
+# Test second random value
 0 ipset test test 2:1:0::0,128,2:2:2::2
 # Test value not added to the set
 1 ipset test test 2:0:0::1,5,1:1:1::2
 1 ipset test test 2:0:0::1,6,1:1:1::1
 # Test value not added to the set
 1 ipset test test 2:0:0::2,6,1:1:1::1
-# Test value before lower boundary
+# Test value before first random value
 1 ipset test test 2:0:0::0,5,1:1:1::1
-# Test value after upper boundary
+# Test value after second random value
 1 ipset test test 2:1:0::1,128,2:2:2::2
-# Try to add value before lower boundary
+# Try to add value before first random value
 0 ipset add test 2:0:0::0,5,1:1:1::1
-# Try to add value after upper boundary
+# Try to add value after second random value
 0 ipset add test 2:1:0::1,128,2:2:2::2
 # List set
 0 ipset list test | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0
index 0041b5d70aaa4a0ae4d04f8ef1298539e4c46fa6..4980b3ba476c6817ddb25a7ee016aae9c1c595ed 100644 (file)
 0 ipset -T test 2:0:0::1,0,0:0:0::0/24
 # Range: Delete almost zero valued element
 0 ipset -D test 2:0:0::1,0,0:0:0::0/24
-# Range: Add lower boundary
+# Range: Add first random value
 0 ipset -A test 2:0:0::1,5,1:1:1::1/24
-# Range: Add upper boundary
+# Range: Add second random value
 0 ipset -A test 2:1:0::0,128,2:2:2::2/12
-# Range: Test lower boundary
+# Range: Test first random value
 0 ipset -T test 2:0:0::1,5,1:1:1::2
-# Range: Test upper boundary
+# Range: Test second random value
 0 ipset -T test 2:1:0::0,128,2:2:2::0
 # Range: Test value not added to the set
 1 ipset -T test 2:0:0::1,5,2:1:1::255
 1 ipset -T test 2:0:0::1,6,1:1:1::1
 # Range: Test value not added to the set
 1 ipset -T test 2:0:0::2,6,1:1:1::1
-# Range: Test value before lower boundary
+# Range: Test value before first random value
 1 ipset -T test 2:0:0::0,5,1:1:1::1
-# Range: Test value after upper boundary
+# Range: Test value after second random value
 1 ipset -T test 2:1:0::1,128,2:2:2::2
-# Range: Try to add value before lower boundary
+# Range: Try to add value before first random value
 0 ipset -A test 2:0:0::0,5,1:1:1::1/24
-# Range: Try to add value after upper boundary
+# Range: Try to add value after second random value
 0 ipset -A test 2:1:0::1,128,2:2:2::2/12
 # Range: List set
 0 ipset -L test > .foo0 && ./sort.sh .foo0
index fdd61da1d0a072952d69edcf5ea83d9a95e84ef0..ead59a5265b439c789f3807dfe11c2834a4b888b 100644 (file)
@@ -6,25 +6,25 @@
 0 ipset test test 2:0:0::1,0
 # Delete partly zero valued element
 0 ipset del test 2:0:0::1,0
-# Add lower boundary
+# Add first random value
 0 ipset add test 2:0:0::1,5
-# Add upper boundary
+# Add second random value
 0 ipset add test 2:1:0::0,128
-# Test lower boundary
+# Test first random value
 0 ipset test test 2:0:0::1,5
-# Test upper boundary
+# Test second random value
 0 ipset test test 2:1:0::0,128
 # Test value not added to the set
 1 ipset test test 2:0:0::1,4
 # Delete value not added to the set
 1 ipset del test 2:0:0::1,6
-# Test value before lower boundary
+# Test value before first random value
 1 ipset test test 2:0:0::0,5
-# Test value after upper boundary
+# Test value after second random value
 1 ipset test test 2:1:0::1,128
-# Try to add value before lower boundary
+# Try to add value before first random value
 0 ipset add test 2:0:0::0,5
-# Try to add value after upper boundary
+# Try to add value after second random value
 0 ipset add test 2:1:0::1,128
 # List set
 0 ipset list test | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0
index 9847830358791b607d6ed1f683e88e8f9952406b..052ba9d758bf62e91df1ff69ce1eb76f9015b86d 100644 (file)
 0 ipset -T test 2.0.0.1,0
 # Delete partly zero valued element
 0 ipset -D test 2.0.0.1,0
-# Add lower boundary
+# Add first random value
 0 ipset -A test 2.0.0.1,5
-# Add upper boundary
+# Add second random value
 0 ipset -A test 2.1.0.0,128
-# Test lower boundary
+# Test first random value
 0 ipset -T test 2.0.0.1,5
-# Test upper boundary
+# Test second random value
 0 ipset -T test 2.1.0.0,128
 # Test value not added to the set
 1 ipset -T test 2.0.0.1,4
 # Delete value not added to the set
 1 ipset -D test 2.0.0.1,6
-# Test value before lower boundary
+# Test value before first random value
 1 ipset -T test 2.0.0.0,5
-# Test value after upper boundary
+# Test value after second random value
 1 ipset -T test 2.1.0.1,128
-# Try to add value before lower boundary
+# Try to add value before first random value
 0 ipset -A test 2.0.0.0,5
-# Try to add value after upper boundary
+# Try to add value after second random value
 0 ipset -A test 2.1.0.1,128
 # List set
 0 ipset -L test > .foo0 && ./sort.sh .foo0
 0 ipset -X test
 # Create a set from a network (network ignored)
 0 ipset -N test ipporthash --network 2.0.0.0/16
-# Add lower boundary
+# Add first random value
 0 ipset -A test 2.0.0.0,5
-# Add upper boundary
+# Add second random value
 0 ipset -A test 2.0.255.255,128
-# Test lower boundary
+# Test first random value
 0 ipset -T test 2.0.0.0,5
-# Test upper boundary
+# Test second random value
 0 ipset -T test 2.0.255.255,128
 # Test value not added to the set
 1 ipset -T test 2.0.0.0,4
 # Delete value not added to the set
 1 ipset -D test 2.0.0.0,6
-# Test value before lower boundary
+# Test value before first random value
 1 ipset -T test 1.255.255.255,5
-# Test value after upper boundary
+# Test value after second random value
 1 ipset -T test 2.1.0.0,128
-# Try to add value before lower boundary
+# Try to add value before first random value
 0 ipset -A test 1.255.255.255,5
-# Try to add value after upper boundary
+# Try to add value after second random value
 0 ipset -A test 2.1.0.0,128
 # List set
 0 ipset -L test > .foo0 && ./sort.sh .foo0
index f6e79cc9e6be353e948d42cf817b2644b0424665..bfde875dcaf436adb7a715799e112996671342b2 100644 (file)
 0 ipset -T test 2.0.0.1,0,0.0.0.1
 # Delete almost zero valued element
 0 ipset -D test 2.0.0.1,0,0.0.0.1
-# Add lower boundary
+# Add first random value
 0 ipset -A test 2.0.0.1,5,1.1.1.1
-# Add upper boundary
+# Add second random value
 0 ipset -A test 2.1.0.0,128,2.2.2.2
-# Test lower boundary
+# Test first random value
 0 ipset -T test 2.0.0.1,5,1.1.1.1
-# Test upper boundary
+# Test second random value
 0 ipset -T test 2.1.0.0,128,2.2.2.2
 # Test value not added to the set
 1 ipset -T test 2.0.0.1,5,1.1.1.2
 1 ipset -T test 2.0.0.1,6,1.1.1.1
 # Test value not added to the set
 1 ipset -T test 2.0.0.2,6,1.1.1.1
-# Test value before lower boundary
+# Test value before first random value
 1 ipset -T test 2.0.0.0,5,1.1.1.1
-# Test value after upper boundary
+# Test value after second random value
 1 ipset -T test 2.1.0.1,128,2.2.2.2
-# Try to add value before lower boundary
+# Try to add value before first random value
 0 ipset -A test 2.0.0.0,5,1.1.1.1
-# Try to add value after upper boundary
+# Try to add value after second random value
 0 ipset -A test 2.1.0.1,128,2.2.2.2
 # List set
 0 ipset -L test > .foo0 && ./sort.sh .foo0
 0 ipset -X test
 # Create a set from a valid network (network ignored)
 0 ipset -N test ipportiphash --network 2.0.0.0/16
-# Add lower boundary
+# Add first random value
 0 ipset -A test 2.0.0.0,5,1.1.1.1
-# Add upper boundary
+# Add second random value
 0 ipset -A test 2.0.255.255,128,2.2.2.2
-# Test lower boundary
+# Test first random value
 0 ipset -T test 2.0.0.0,5,1.1.1.1
-# Test upper boundary
+# Test second random value
 0 ipset -T test 2.0.255.255,128,2.2.2.2
 # Test value not added to the set
 1 ipset -T test 2.0.0.0,5,1.1.1.2
 # Test value not added to the set
 1 ipset -T test 2.0.0.0,6,1.1.1.1
-# Test value before lower boundary
+# Test value before first random value
 1 ipset -T test 1.255.255.255,5,1.1.1.1
-# Test value after upper boundary
+# Test value after second random value
 1 ipset -T test 2.1.0.0,128,2.2.2.2
-# Try to add value before lower boundary
+# Try to add value before first random value
 0 ipset -A test 1.255.255.255,5,1.1.1.1
-# Try to test value before lower boundary
+# Try to test value before first random value
 0 ipset -T test 1.255.255.255,5,1.1.1.1
-# Try to del value before lower boundary
+# Try to del value before first random value
 0 ipset -D test 1.255.255.255,5,1.1.1.1
 # List set
 0 ipset -L test > .foo0 && ./sort.sh .foo0
index 6aff58331939c1dde2631c0218a207f007c4c203..818e3b0ce59c1ef2a33c41397322a95e97a57367 100644 (file)
 0 ipset -T test 2.0.0.1,0,0.0.0.0/24
 # Range: Delete almost zero valued element
 0 ipset -D test 2.0.0.1,0,0.0.0.0/24
-# Range: Add lower boundary
+# Range: Add first random value
 0 ipset -A test 2.0.0.1,5,1.1.1.1/24
-# Range: Add upper boundary
+# Range: Add second random value
 0 ipset -A test 2.1.0.0,128,2.2.2.2/12
-# Range: Test lower boundary
+# Range: Test first random value
 0 ipset -T test 2.0.0.1,5,1.1.1.2
-# Range: Test upper boundary
+# Range: Test second random value
 0 ipset -T test 2.1.0.0,128,2.2.2.0
 # Range: Test value not added to the set
 1 ipset -T test 2.0.0.1,5,1.1.0.255
 1 ipset -T test 2.0.0.1,6,1.1.1.1
 # Range: Test value not added to the set
 1 ipset -T test 2.0.0.2,6,1.1.1.1
-# Range: Test value before lower boundary
+# Range: Test value before first random value
 1 ipset -T test 2.0.0.0,5,1.1.1.1
-# Range: Test value after upper boundary
+# Range: Test value after second random value
 1 ipset -T test 2.1.0.1,128,2.2.2.2
-# Range: Try to add value before lower boundary
+# Range: Try to add value before first random value
 0 ipset -A test 2.0.0.0,5,1.1.1.1/24
-# Range: Try to add value after upper boundary
+# Range: Try to add value after second random value
 0 ipset -A test 2.1.0.1,128,2.2.2.2/12
 # Range: List set
 0 ipset -L test > .foo0 && ./sort.sh .foo0
 0 ipset -X test
 # Network: Create a set from a valid network (network ignored)
 0 ipset -N test ipportnethash --network 2.0.0.0/16
-# Network: Add lower boundary
+# Network: Add first random value
 0 ipset -A test 2.0.0.0,5,1.1.1.1/24
-# Network: Add upper boundary
+# Network: Add second random value
 0 ipset -A test 2.0.255.255,128,2.2.2.2/12
-# Network: Test lower boundary
+# Network: Test first random value
 0 ipset -T test 2.0.0.0,5,1.1.1.2
-# Network: Test upper boundary
+# Network: Test second random value
 0 ipset -T test 2.0.255.255,128,2.2.2.0
 # Network: Test value not added to the set
 1 ipset -T test 2.0.0.0,5,1.1.0.255
 # Network: Test value not added to the set
 1 ipset -T test 2.0.0.0,6,1.1.1.1
-# Network: Test value before lower boundary
+# Network: Test value before first random value
 1 ipset -T test 1.255.255.255,5,1.1.1.1
-# Network: Test value after upper boundary
+# Network: Test value after second random value
 1 ipset -T test 2.1.0.0,128,2.2.2.2
-# Network: Try to add value before lower boundary
+# Network: Try to add value before first random value
 0 ipset -A test 1.255.255.255,5,1.1.1.1/24
-# Network: Try to add value after upper boundary
+# Network: Try to add value after second random value
 0 ipset -A test 2.1.0.0,128,2.2.2.2/12
 # Network: List set
 0 ipset -L test > .foo0 && ./sort.sh .foo0