mirror of https://github.com/hak5/openwrt-owl.git
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: 46211owl
parent
c5c819c494
commit
59f5eefe8c
|
@ -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 New Issue