mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 17:37:58 +08:00
Update network.sh
This commit is contained in:
parent
5d84121a9e
commit
b9fa9292d6
@ -307,7 +307,7 @@ fi
|
||||
if [[ "$DHCP" == [Yy1]* ]]; then
|
||||
|
||||
if [[ "$GATEWAY" == "172."* ]]; then
|
||||
warn "your gateway IP starts with 172.* which could be a sign that you are not on a macvlan network (required for DHCP)!"
|
||||
warn "your gateway IP starts with 172.* which is often a sign that you are not on a macvlan network (required for DHCP)!"
|
||||
fi
|
||||
|
||||
# Configuration for DHCP IP
|
||||
|
Loading…
x
Reference in New Issue
Block a user