mirror of https://github.com/hak5/openwrt.git
dnsmasq: support log-dhcp option
Helpful when trying to resolve issues with quirky dhcp client devices. Signed-off-by: Karl Palsson <karlp@etactica.com>lede-17.01
parent
2f2ea7b44c
commit
df1804b75c
|
@ -567,6 +567,7 @@ dnsmasq_start()
|
|||
append_bool "$cfg" fqdn "--dhcp-fqdn"
|
||||
append_bool "$cfg" proxydnssec "--proxy-dnssec"
|
||||
append_bool "$cfg" localservice "--local-service"
|
||||
append_bool "$cfg" logdhcp "--log-dhcp"
|
||||
append_bool "$cfg" quietdhcp "--quiet-dhcp"
|
||||
append_bool "$cfg" sequential_ip "--dhcp-sequential-ip"
|
||||
append_bool "$cfg" allservers "--all-servers"
|
||||
|
|
Loading…
Reference in New Issue