From 84865291e03adfe5a577cfe6e0719aba732cf183 Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Wed, 4 Jun 2025 10:26:56 +0200 Subject: [PATCH] Allow multiple macvtap-VMs to use the same MAC address --- roles/lmn_vm/files/vm-run | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/lmn_vm/files/vm-run b/roles/lmn_vm/files/vm-run index a957a49..700a0ab 100755 --- a/roles/lmn_vm/files/vm-run +++ b/roles/lmn_vm/files/vm-run @@ -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 )