dnsmasq: Add sequential_ip UCI parameter
When enabled the dnsmasq DHCP server allocates the IP addresses sequentially starting from the lowest available IP address. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 46211
This commit is contained in:
parent
c5c819c494
commit
59f5eefe8c
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ dnsmasq() {
|
|||
append_bool "$cfg" proxydnssec "--proxy-dnssec"
|
||||
append_bool "$cfg" localservice "--local-service"
|
||||
append_bool "$cfg" quietdhcp "--quiet-dhcp"
|
||||
append_bool "$cfg" sequential_ip "--dhcp-sequential-ip"
|
||||
|
||||
append_parm "$cfg" dhcpscript "--dhcp-script"
|
||||
append_parm "$cfg" cachesize "--cache-size"
|
||||
|
|
Loading…
Reference in a new issue