bbruns 2014-04-13 17:48:50 +00:00
부모 866b5e92dd
커밋 9c560cad5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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