Allow multiple macvtap-VMs to use the same MAC address

This commit is contained in:
Raphael Dannecker 2025-06-04 10:26:56 +02:00
parent 6e119e0129
commit 84865291e0

View file

@ -267,6 +267,7 @@ while true; do
type="ethernet,mac=${mac},target.dev=${interface},xpath1.set=./target/@managed=no,model.type=virtio"
LIBVIRTOPTS="${LIBVIRTOPTS} --network type=$type"
done
LIBVIRTOPTS="${LIBVIRTOPTS} --check mac_in_use=off"
shift
;;
--os )