From a3613f27622272bf388938b710c13ce7cab8b69e Mon Sep 17 00:00:00 2001 From: Edison Su Date: Thu, 7 Jul 2011 18:30:42 -0700 Subject: [PATCH] It breaks port forwording. Revert "bug 10329: changed - t :" This reverts commit 16779afa0233e6ff33cdfca12611e6a43bcd0b42. --- patches/systemvm/debian/config/root/firewall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/root/firewall.sh b/patches/systemvm/debian/config/root/firewall.sh index b548ec649a0..84cbab75d5f 100755 --- a/patches/systemvm/debian/config/root/firewall.sh +++ b/patches/systemvm/debian/config/root/firewall.sh @@ -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