google / go-tpm-tools

Go packages built on go-tpm providing a high-level API for using TPMs
Apache License 2.0
231 stars 71 forks source link

[launcher] add IPv6 support when opening ports #487

Open jkl73 opened 2 months ago

jkl73 commented 2 months ago

Previous iptables operation only operates on IPv4 traffic. Adding the support to allow IPv6 traffic by using ip6tables.

jkl73 commented 2 months ago

/gcbrun

jkl73 commented 1 month ago

/gcbrun

jkl73 commented 1 month ago

/gcbrun

jkl73 commented 1 month ago

/gcbrun

jkl73 commented 1 month ago

/gcbrun

jkl73 commented 1 month ago

/gcbrun

jkl73 commented 1 month ago

The cloudbuild integration test is failing, because the org policy firewall in our test project blocks IPv6 traffic. I'm working on the exemption, will submit this after the test can pass.