Update network.sh
This commit is contained in:
parent
1b674e0b40
commit
6499504c01
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,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…
Reference in a new issue