Make ipv4 only
All checks were successful
continuous-integration/drone/push Build is passing

:'(
This commit is contained in:
Reynir Björnsson 2022-07-23 13:20:47 +02:00
parent 7e4abc7baa
commit 23301ebb29

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