Skip to content

Commit

Permalink
Update network.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 29, 2024
1 parent d617e1d commit 8ba2d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ba2d1b

Please sign in to comment.