mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-01 10:20:55 +01:00
create: Allow DHCP as option
This commit is contained in:
@@ -73,7 +73,7 @@ validate_ip() {
|
||||
info "Valid: (${_ip6})."
|
||||
ipx_addr="ip6.addr"
|
||||
else
|
||||
if [ "${_ip}" = "inherit" ] || [ "${_ip}" = "ip_hostname" ]; then
|
||||
if [ "${_ip}" = "inherit" ] || [ "${_ip}" = "ip_hostname" ] || [ "${_ip}" = "DHCP" ] || [ "${_ip}" = "SYNCDHCP" ]; then
|
||||
info "Valid: (${_ip})."
|
||||
else
|
||||
local IFS
|
||||
|
||||
Reference in New Issue
Block a user