It breaks port forwording.

Revert "bug 10329: changed - t :"

This reverts commit 16779afa0233e6ff33cdfca12611e6a43bcd0b42.
This commit is contained in:
Edison Su 2011-07-07 18:30:42 -07:00
parent 5b4628f651
commit a622b48d32

View File

@ -47,7 +47,7 @@ ip_to_dev() {
tcp_or_udp_entry() {
local instIp=$1
local dport0=$2
local dport=$2
local dport=$(echo $2 | sed 's/:/-/')
local publicIp=$3
local port=$4
local op=$5