From 05c0c270123c802c7a9adadf6f1658e4965cd7d8 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 27 Aug 2003 19:53:02 +0000 Subject: [PATCH] Fix adding range of aliases git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@734 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/functions | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall/functions b/Shorewall/functions index d6e457e01..21170203a 100755 --- a/Shorewall/functions +++ b/Shorewall/functions @@ -327,8 +327,6 @@ ip_range_explicit() { fatal_error "Invalid IP address range: $1" fi - l=$(( $last + 1 )) - while [ $first -le $last ]; do echo `encodeaddr $first` first=$(($first + 1))