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
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
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
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
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
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
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
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