dnsmasq: support log-dhcp option
Helpful when trying to resolve issues with quirky dhcp client devices. Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
parent
2f2ea7b44c
commit
df1804b75c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue