Use the end variable instead of limit (#2142)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 1 Aug 2007 15:24:00 +0000 (15:24 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 1 Aug 2007 15:24:00 +0000 (15:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8307 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/dnsmasq/files/dhcp.conf

index fb55cf8..81453e7 100644 (file)
@@ -1,7 +1,7 @@
 config dhcp
        option interface        lan
        option start    100
-       option limit    150
+       option end      150
        option leasetime        12h
 
 config dhcp