This commit is contained in:
Kroese 2023-05-11 17:39:34 +02:00 committed by GitHub
parent e2cd4b9c07
commit 56ca0068f7

View File

@ -28,7 +28,7 @@ configureDHCP() {
[[ "${DEBUG}" == [Yy1]* ]] && set -x
# Create a macvlan network to allow for communication between the host and the VM guest
# Create a macvlan network to allow for communication from the VM guest to the host
{ ip link add link "${VM_NET_DEV}" "${VM_NET_VLAN}" type macvlan mode bridge ; rc=$?; } || :
if (( rc != 0 )); then