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



##########
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 before 'ACL_INBOUND_ethX' ?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to