You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/22 13:11:20 UTC

[GitHub] [cloudstack] weizhouapache commented on a change in pull request #5397: Allow traffic from private gateway to internet

weizhouapache commented on a change in pull request #5397:
URL: https://github.com/apache/cloudstack/pull/5397#discussion_r713926110



##########
File path: systemvm/debian/opt/cloud/bin/cs/CsAddress.py
##########
@@ -504,7 +504,7 @@ def fw_vpcrouter(self):
                             self.fw.append(["filter", "front", "-A FORWARD -s %s -d %s -j ACL_INBOUND_%s" %
                                             (self.address["network"], address["network"], address["device"])])
                 # Accept packet from private gateway if VPC VR is used as gateway
-                self.fw.append(["filter", "", "-A FORWARD -s %s ! -d %s -j ACCEPT" %
+                self.fw.append(["filter", "front", "-A FORWARD -s %s ! -d %s -j ACCEPT" %

Review comment:
       @ravening 
   can you move this to line 497 and test it ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org