mirror of https://github.com/aredn/aredn.git
DHCP was not always starting on the lan interface like we need it to. (#1213)
This commit is contained in:
parent
f7f31c8237
commit
d92876dccf
|
@ -7,6 +7,7 @@ config dhcp
|
|||
option start <dhcp_start>
|
||||
option limit <dhcp_limit>
|
||||
option leasetime 1h
|
||||
option force 1
|
||||
option ignore <lan_dhcp>
|
||||
|
||||
config dhcp
|
||||
|
|
Loading…
Reference in New Issue