Loading run/network.sh +5 −1 Original line number Diff line number Diff line Loading @@ -234,8 +234,12 @@ fi if [[ "${DHCP}" == [Yy1]* ]]; then if [[ "$GATEWAY" == "172."* ]]; then if [[ "${DEBUG}" == [Yy1]* ]]; then info "Warning: Are you sure the container is on a macvlan network?" else error "You can only enable DHCP while the container is on a macvlan network!" && exit 86 fi fi # Configuration for DHCP IP configureDHCP Loading Loading
run/network.sh +5 −1 Original line number Diff line number Diff line Loading @@ -234,8 +234,12 @@ fi if [[ "${DHCP}" == [Yy1]* ]]; then if [[ "$GATEWAY" == "172."* ]]; then if [[ "${DEBUG}" == [Yy1]* ]]; then info "Warning: Are you sure the container is on a macvlan network?" else error "You can only enable DHCP while the container is on a macvlan network!" && exit 86 fi fi # Configuration for DHCP IP configureDHCP Loading