Skip to content

Commit

Permalink
Do not unset ipv6
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Dec 13, 2024
1 parent 9ffa5e7 commit 618bfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function _abort {

function start {
local base_disk=$1
local usrnet_arg="-netdev user,id=user0,ipv6=off,hostfwd=tcp:${ELMNTL_FWDIP}:${ELMNTL_FWDPORT}-:22 -device virtio-net-pci,romfile=,netdev=user0"
local usrnet_arg="-netdev user,id=user0,hostfwd=tcp:${ELMNTL_FWDIP}:${ELMNTL_FWDPORT}-:22 -device virtio-net-pci,romfile=,netdev=user0"
local accel_arg
local memory_arg="-m ${ELMNTL_MEMORY}"
local firmware_arg="-drive if=pflash,format=raw,unit=0,readonly=on,file=${ELMNTL_FIRMWARE}"
Expand Down

0 comments on commit 618bfc8

Please sign in to comment.