mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Comment
This commit is contained in:
parent
e2cd4b9c07
commit
56ca0068f7
@ -28,7 +28,7 @@ configureDHCP() {
|
|||||||
|
|
||||||
[[ "${DEBUG}" == [Yy1]* ]] && set -x
|
[[ "${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=$?; } || :
|
{ ip link add link "${VM_NET_DEV}" "${VM_NET_VLAN}" type macvlan mode bridge ; rc=$?; } || :
|
||||||
|
|
||||||
if (( rc != 0 )); then
|
if (( rc != 0 )); then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user