1
0
Derivar 0
bbruns 2014-04-13 17:48:50 +00:00
ascendente 866b5e92dd
cometimento 9c560cad5b
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -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}"