Make ipv4 only
continuous-integration/drone/push Build is passing Details

:'(
This commit is contained in:
Reynir Björnsson 2022-07-23 13:20:47 +02:00
parent 7e4abc7baa
commit 23301ebb29
1 changed files with 1 additions and 1 deletions

View File

@ -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" "$@"