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

   Tested with Ipv6 network and VPC
   
   SSH did not work prior to this change, it worked with this change
   
   an example of nft rules
   ```
           chain fw_forward {
                   type filter hook forward priority filter; policy accept;
                   ct state established,related accept
                   ip6 saddr 2025:9:10:e::/64 jump fw_chain_egress
                   ip6 daddr 2025:9:10:e::/64 jump fw_chain_ingress
           }
   ```


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to