udhcpd max leases configuration mispelled
see example file or https://udhcp.busybox.net/udhcpd.conf
This commit is contained in:
parent
9801e42033
commit
21ad3a14b3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ end {host_addr}
|
||||||
|
|
||||||
# avoid dhcpd complaining that we have
|
# avoid dhcpd complaining that we have
|
||||||
# too many addresses
|
# too many addresses
|
||||||
maxleases 1
|
max_leases 1
|
||||||
|
|
||||||
interface {dhcp_intf}
|
interface {dhcp_intf}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue