bbruns 2014-04-13 17:48:50 +00:00
parent 866b5e92dd
commit 9c560cad5b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -594,7 +594,7 @@ function enable_portfw {
[[ ${intip} != "-" ]] && intdest="--to-destination ${intip}:${intport}"
[[ ${interface} != "-" ]] && interface="-i ${interface}"
[[ ${intip} != "-" ]] && intip="-d ${intip}"
[[ ${intport} != "-" ]] && intip="--dport ${intport}"
[[ ${intport} != "-" ]] && intport="--dport ${intport}"
[[ ${address} != "-" ]] && address="-d ${address}"
[[ ${srcaddress} != "-" ]] && srcaddress="-s ${srcaddress}"