bug 10329: changing - to : in port range

status 10329: resolved fixed
This commit is contained in:
Abhinandan Prateek 2011-07-07 11:46:17 +05:30
parent 47296e64ac
commit 6b7279598e
1 changed files with 1 additions and 1 deletions

View File

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