Use the end variable instead of limit (#2142)

SVN-Revision: 8307
lede-17.01
Florian Fainelli 2007-08-01 15:24:00 +00:00
parent 7fd8333847
commit 30929d5e04
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
config dhcp config dhcp
option interface lan option interface lan
option start 100 option start 100
option limit 150 option end 150
option leasetime 12h option leasetime 12h
config dhcp config dhcp