mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
It breaks port forwording.
Revert "bug 10329: changed - t :" This reverts commit 16779afa0233e6ff33cdfca12611e6a43bcd0b42.
This commit is contained in:
parent
5b4628f651
commit
a622b48d32
@ -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…
x
Reference in New Issue
Block a user