mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-11 12:33:42 +08:00
feat: Support more device types (#742)
This commit is contained in:
@@ -341,7 +341,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
|
||||
|
||||
else
|
||||
|
||||
if [[ "$GATEWAY" != "172."* ]]; then
|
||||
if [[ "$GATEWAY" != "172."* ]] && [[ "$GATEWAY" != "10."* ]]; then
|
||||
! checkOS && exit 19
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user