harikrishna-patnala commented on code in PR #12706:
URL: https://github.com/apache/cloudstack/pull/12706#discussion_r3225713828
##########
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:
##########
@@ -632,6 +632,18 @@ def fw_vpcrouter(self):
(self.address['network'],
self.address['network'])])
if self.get_type() in ["public"]:
+ # Add PREROUTING firewall chain jump for public IP
+ self.fw.append(["mangle", "front",
Review Comment:
fixed 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]