mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
dhcpcd 9.4.x compatibility (#475)
* `nodev`, otherwise dhcpcd finds no valid interfaces * `noup`, prevents dhcpcd from bringing up interfaces in favor of UnifiOS
This commit is contained in:
parent
b337a1a292
commit
a7cd224115
@ -16,6 +16,8 @@ test -f "${confdir}/dhcpcd.conf" || {
|
||||
: > "${confdir}/dhcpcd.conf.tmp"
|
||||
cat >> "${confdir}/dhcpcd.conf.tmp" <<EOF
|
||||
allowinterfaces ${wan_iface}
|
||||
nodev
|
||||
noup
|
||||
ipv6only
|
||||
nooption domain_name_servers
|
||||
nooption domain_name
|
||||
|
Loading…
Reference in New Issue
Block a user