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:15:09 UTC

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

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



##########
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:
       @weizhouapache without the `front` keyword?




-- 
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