weizhouapache commented on code in PR #6656:
URL: https://github.com/apache/cloudstack/pull/6656#discussion_r949407250
##########
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:
##########
@@ -423,7 +423,7 @@ def fw_router(self):
"-d %s/32 -j FIREWALL_%s" %
(self.address['public_ip'], self.address['public_ip'])])
self.fw.append(["mangle", "front",
"-A FIREWALL_%s " % self.address['public_ip'] +
- "-m state --state RELATED,ESTABLISHED -j ACCEPT"])
+ "-m state --state RELATED,ESTABLISHED -j RETURN"])
Review Comment:
it looks the code in systemvm/debian/opt/cloud/bin/configure.py need to be
updated as well (search `FIREWALL_`)
--
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]