weizhouapache commented on PR #13173:
URL: https://github.com/apache/cloudstack/pull/13173#issuecomment-4486684784

   tested ok
   
   routed network VR
   ```
   table ip6 ip6_firewall {
        chain fw_input {
                type filter hook input priority filter; policy drop;
                icmpv6 type { echo-request, echo-reply, nd-router-advert, 
nd-neighbor-solicit, nd-neighbor-advert } accept
                ct state established,related accept
        }
   ```
   
   
   routed VPC VR
   ```
   table ip6 ip6_acl {
        chain acl_input {
                type filter hook input priority filter; policy drop;
                icmpv6 type { echo-request, echo-reply, nd-router-advert, 
nd-neighbor-solicit, nd-neighbor-advert } accept
                ct state established,related accept
        }
   
   ```


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