diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-05-02 11:36:06 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-05-02 11:36:06 +0200 |
commit | c0945fec3486276d084d498a001970922de37068 (patch) | |
tree | 01f7c2cd26375b0ed9cb64db0196b51292a7121a /tests/bitmap:ip.t | |
parent | bbecbecdf402fd323b6ddd81f50e6f91f39086fc (diff) |
Update testsuite as the trailing space was eliminated at listings
Diffstat (limited to 'tests/bitmap:ip.t')
-rw-r--r-- | tests/bitmap:ip.t | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/bitmap:ip.t b/tests/bitmap:ip.t index 252bde4..88d399a 100644 --- a/tests/bitmap:ip.t +++ b/tests/bitmap:ip.t @@ -110,11 +110,11 @@ 1 ipset add test 9.255.255.255 # Subnets: Try to add element after upper boundary 1 ipset add test 11.0.0.0 -# Subnets: Try to delete element not added to the set -1 ipset -D test 10.2.0.0 -# Subnets: Add element to the set -0 ipset -A test 10.2.0.0 -# Subnets: Delete the same element from the set +# Subnets: Try to delete element not added to the set +1 ipset -D test 10.2.0.0 +# Subnets: Add element to the set +0 ipset -A test 10.2.0.0 +# Subnets: Delete the same element from the set 0 ipset -D test 10.2.0.0 # Subnets: Add a subnet of subnets 0 ipset -A test 10.8.0.0/16 timeout 4 @@ -210,7 +210,7 @@ 0 ipset x test # Counters: require sendip skip which sendip -# Counters: create set +# Counters: create set 0 ipset n test bitmap:ip range 10.255.0.0/16 counters # Counters: add elemet with zero counters 0 ipset a test 10.255.255.64 @@ -220,7 +220,7 @@ skip which sendip 0 ./check_counters test 10.255.255.64 5 $((5*40)) # Counters: destroy set 0 ipset x test -# Counters and timeout: create set +# Counters and timeout: create set 0 ipset n test bitmap:ip range 10.255.0.0/16 counters timeout 600 # Counters and timeout: add elemet with zero counters 0 ipset a test 10.255.255.64 |