mirror of https://github.com/apache/cloudstack.git
It breaks port forwording.
Revert "bug 10329: changed - t :" This reverts commit 16779afa0233e6ff33cdfca12611e6a43bcd0b42.
This commit is contained in:
parent
25d2c893e6
commit
a3613f2762
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue