Correct handling of DNS names with embedded '-'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@642 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-07-05 23:41:41 +00:00
parent 2ab4292383
commit 0b545b92b7

View File

@ -274,7 +274,7 @@ ip_range() {
local last
case $1 in
*-*)
*.*.*.*-*.*.*.*)
;;
*)
echo $1
@ -366,3 +366,4 @@ ip_vlsm() {
echo $vlsm
fi
}