From 9a84755e05850a1faab80b5c4b5e5449f9c3c88d Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 23 May 2011 10:56:14 +0200 Subject: Use unified from/to address masking and check the usage --- tests/bitmap:ip.t | 2 +- tests/macipmap.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/bitmap:ip.t b/tests/bitmap:ip.t index ba9ff66..dc914d1 100644 --- a/tests/bitmap:ip.t +++ b/tests/bitmap:ip.t @@ -51,7 +51,7 @@ # Network: Try to create a set from an invalid network with timeout 1 ipset create test bitmap:ip range 2.0.0.0/15 timeout 5 # Network: Create a set from a valid network with timeout -0 ipset create test bitmap:ip range 2.0.0.0/16 timeout 5 +0 ipset create test bitmap:ip range 2.0.0.1/16 timeout 5 # Network: Add lower boundary 0 ipset add test 2.0.0.0 timeout 0 # Network: Add upper boundary diff --git a/tests/macipmap.t b/tests/macipmap.t index 8ceb99f..19fb039 100644 --- a/tests/macipmap.t +++ b/tests/macipmap.t @@ -49,7 +49,7 @@ # Network: Try to create a set from an invalid network 1 ipset -N test macipmap --network 2.0.0.0/15 # Network: Create a set from a valid network -0 ipset -N test macipmap --network 2.0.0.0/16 +0 ipset -N test macipmap --network 2.0.0.1/16 # Network: Add lower boundary 0 ipset -A test 2.0.0.0 # Network: Add upper boundary -- cgit v1.2.3