aboutsummaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-01-02 18:13:17 +0000
committerMike Baker <mbm@openwrt.org>2005-01-02 18:13:17 +0000
commit138252ae7ce604cab5b9f6da90301b9c276c2ccf (patch)
tree1c8ba3faf2abc9fa6a603c58b4734599e00dd8e4 /obsolete-buildroot
parent1dbdac486434e8170a6a771039c2fabdcd0a5666 (diff)
downloadupstream-138252ae7ce604cab5b9f6da90301b9c276c2ccf.tar.gz
upstream-138252ae7ce604cab5b9f6da90301b9c276c2ccf.tar.bz2
upstream-138252ae7ce604cab5b9f6da90301b9c276c2ccf.zip
update the static lease example
SVN-Revision: 191
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r--obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf b/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf
index eb88062b40..293edc600a 100644
--- a/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf
+++ b/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf
@@ -15,7 +15,8 @@ dhcp-authoritative
dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
dhcp-leasefile=/tmp/dhcp.leases
-# allow a /etc/ethers for static hosts
+# use /etc/ethers for static hosts; same format as --dhcp-host
+# <hwaddr> [<hostname>] <ipaddr>
read-ethers
# other useful options: