Better fix for generic firewall parsing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@714 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-08-14 13:57:09 +00:00
parent 3458f3e0f4
commit b68171cc23

View File

@ -1209,8 +1209,8 @@ setup_tunnels() # $1 = name of tunnels file
case $2 in
*:*:*)
p=${2##*:}
temp=${2%:*}
protocol=${temp#*:}
protocol=${2%:*}
protocol=${protocol#*:}
;;
*:*)
protocol=${2#*:}