forked from extern/shorewall_code
Fix generic firewall parsing
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@713 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
064557a2e2
commit
3458f3e0f4
@ -1209,8 +1209,8 @@ setup_tunnels() # $1 = name of tunnels file
|
||||
case $2 in
|
||||
*:*:*)
|
||||
p=${2##*:}
|
||||
protocol=${2%:*}
|
||||
protocol=${2#*:}
|
||||
temp=${2%:*}
|
||||
protocol=${temp#*:}
|
||||
;;
|
||||
*:*)
|
||||
protocol=${2#*:}
|
||||
|
Loading…
Reference in New Issue
Block a user