do not set interface-name in networkmanager keyfile
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 22 Nov 2022 11:59:54 +0000 (12:59 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 22 Nov 2022 11:59:54 +0000 (12:59 +0100)
lbuild-initvm.sh

index bd7b7a0..e357a09 100755 (executable)
@@ -521,7 +521,8 @@ id=Wired connection 1
 uuid=$(uuid)
 type=ethernet
 autoconnect-priority=-999
-interface-name=${VIF_GUEST}
+# setting this seems to be counter-productive
+# interface-name=${VIF_GUEST}
 
 [ipv4]
 address1=${GUEST_IP}/${MASKLEN},${GATEWAY}