logoalt Hacker News

knorkertoday at 4:03 PM1 replyview on HN

I would like this option, to make it easier to run a CI environment truly IPv6-only. As in socket() to create a v4 socket should fail.

seccomp could only do this partially, in that there are other avenues (e.g. io_uring), and I want it to be the case throughout the boot process.


Replies

iso1631today at 6:33 PM

Creating a v4 socket should map to a v6 address lower down, making v6 transparent to v4 only applications.