Use the end variable instead of limit (#2142)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8307 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-08-01 15:24:00 +00:00
parent ff4e54d9e8
commit 6ffaa1d3b8
1 changed files with 1 additions and 1 deletions

View File

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