weizhouapache commented on code in PR #10970:
URL: https://github.com/apache/cloudstack/pull/10970#discussion_r2185985158
##########
systemvm/debian/opt/cloud/bin/cs/CsNetfilter.py:
##########
@@ -232,6 +232,8 @@ def add_ip6_chain(self, address_family, table, chain, hook,
action):
if hook == "input" or hook == "output":
CsHelper.execute("nft add rule %s %s %s icmpv6 type {
echo-request, echo-reply, \
nd-neighbor-solicit, nd-router-advert, nd-neighbor-advert }
accept" % (address_family, table, chain))
+ if hook == "input" or hook == "forward":
Review Comment:
`input` can be removed
--
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]