mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-01 19:57:28 +03:00
Use the end variable instead of limit (#2142)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8307 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
657d28dfa3
commit
05d91b11d2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user