Merge pull request #2 from vice/udhcpd.conf
udhcpd max leases configuration mispelled
This commit is contained in:
commit
75f4f50673
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