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



##########
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 still works... the rule is still being added at the 
beginning of the FORWARD chain




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