From 56ca0068f75aecb9714149e0c323b1fa1e21cf58 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 11 May 2023 17:39:34 +0200 Subject: [PATCH] Comment --- run/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index 250d55e..b599460 100644 --- a/run/network.sh +++ b/run/network.sh @@ -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