diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-19 20:50:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-19 20:50:52 +0000 |
commit | 92cd647b8b7d25efc28b804ab8be01a500268943 (patch) | |
tree | 7b321bacc74ee273c1e76d50428bb5057602cd1a /package/dnsmasq/files/dhcp.conf | |
parent | 803dfa1be880185835507bcdb0586e165c14c5fb (diff) | |
download | upstream-92cd647b8b7d25efc28b804ab8be01a500268943.tar.gz upstream-92cd647b8b7d25efc28b804ab8be01a500268943.tar.bz2 upstream-92cd647b8b7d25efc28b804ab8be01a500268943.zip |
Use a more explicit variable name for the number of dhcp leases (#2240)
SVN-Revision: 8437
Diffstat (limited to 'package/dnsmasq/files/dhcp.conf')
-rw-r--r-- | package/dnsmasq/files/dhcp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index 81453e7642..fb55cf8b77 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -1,7 +1,7 @@ config dhcp option interface lan option start 100 - option end 150 + option limit 150 option leasetime 12h config dhcp |