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] launcher can expose IPv6 ports as well #505

Closed jkl73 closed 1 month ago

jkl73 commented 1 month ago

Previously, port opening only works on IPv4 traffic, now enabling it for IPv6 as well.

jkl73 commented 1 month ago

/gcbrun

jkl73 commented 1 month ago

Why did we need to separate this out from #487?

487 contains the new integration test which is currently failing due to the firewall setting the project. I will rebase #487 so it will only contains the test and submit it once the firewall setting is fixed.