From 23301ebb298777b10f4a23d51b0ddc3fcbcffef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Sat, 23 Jul 2022 13:20:47 +0200 Subject: [PATCH] Make ipv4 only :'( --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 835c7f4..8ed72a4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,4 +22,4 @@ ip link set eth0 master br0 ip link set service master br0 ip link set br0 up ip link set service up -solo5-spt --net:service=service -- "$unikernel" --ipv4="$ip" --ipv4-gateway="$gateway" "$@" +solo5-spt --net:service=service -- "$unikernel" --ipv4-only=true --ipv4="$ip" --ipv4-gateway="$gateway" "$@"