update default id range to match that used (1..7)

This commit is contained in:
Mark Andrews
2010-08-17 04:08:57 +00:00
parent e8c1bd086f
commit e0c50ca36a

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: testsock.pl,v 1.16 2007/06/19 23:47:00 tbox Exp $
# $Id: testsock.pl,v 1.17 2010/08/17 04:08:57 marka Exp $
# Test whether the interfaces on 10.53.0.* are up.
@@ -33,7 +33,7 @@ my @ids;
if ($id != 0) {
@ids = ($id);
} else {
@ids = (1..5);
@ids = (1..7);
}
foreach $id (@ids) {