commit 06502be1213a944ff2d1d294b211354c8d403204
parent 8006ea8a9184b456ca643fd27d3a0f2fcb901fbc
Author: Florian Dold <florian@dold.me>
Date: Wed, 10 Dec 2025 12:55:11 +0100
-comment
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sandcastle-run b/sandcastle-run
@@ -74,6 +74,8 @@ mkdir -p exported
# We use slirp4netns because pasta does not allow us to bind ipv4 and ipv6
# localhost
+# FIXME: Pasta *should* work with binding to ipv6 [::1] due to dual stack
+# support, as long as /proc/sys/net/ipv6/bindv6only is 0.
NETWORK="--network slirp4netns"
exec podman run \