You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2012/10/03 18:56:58 UTC

git commit: CLOUDSTACK-106: this issue seems be coverred by other issue somehow, when other issue is fixed, this issue shows up

Updated Branches:
  refs/heads/4.0 986ceff88 -> 95df352e8


CLOUDSTACK-106:  this issue seems be coverred by other issue somehow, when other issue is fixed, this issue shows up


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/95df352e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/95df352e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/95df352e

Branch: refs/heads/4.0
Commit: 95df352e87e677b750d1607d6b16e093b984ebda
Parents: 986ceff
Author: Anthony Xu <an...@cloud.com>
Authored: Fri Sep 21 10:24:58 2012 -0700
Committer: Anthony Xu <an...@cloud.com>
Committed: Wed Oct 3 09:57:16 2012 -0700

----------------------------------------------------------------------
 .../debian/config/opt/cloud/bin/vpc_guestnw.sh     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/95df352e/patches/systemvm/debian/config/opt/cloud/bin/vpc_guestnw.sh
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/opt/cloud/bin/vpc_guestnw.sh b/patches/systemvm/debian/config/opt/cloud/bin/vpc_guestnw.sh
index 32907a3..90de218 100755
--- a/patches/systemvm/debian/config/opt/cloud/bin/vpc_guestnw.sh
+++ b/patches/systemvm/debian/config/opt/cloud/bin/vpc_guestnw.sh
@@ -48,7 +48,7 @@ destroy_acl_chain() {
 create_acl_chain() {
   destroy_acl_chain
   sudo iptables -t mangle -N ACL_OUTBOUND_$dev 2>/dev/null
-  sudo iptables -t mangle -A ACL_OUTBOUND_$dev -j DROP 2>/dev/null
+  sudo iptables -t mangle -A ACL_OUTBOUND_$dev -j ACCEPT 2>/dev/null
   sudo iptables -t mangle -A PREROUTING -m state --state NEW -i $dev -s $subnet/$mask ! -d $ip -j ACL_OUTBOUND_$dev  2>/dev/null
   sudo iptables -N ACL_INBOUND_$dev 2>/dev/null
   # drop if no rules match (this will be the last rule in the chain)