update the static lease example
authorMike Baker <mbm@openwrt.org>
Sun, 2 Jan 2005 18:13:17 +0000 (18:13 +0000)
committerMike Baker <mbm@openwrt.org>
Sun, 2 Jan 2005 18:13:17 +0000 (18:13 +0000)
SVN-Revision: 191

obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf

index eb88062b405015fd0695a39ce13cb054c933e53e..293edc600ae0cadd4a9b7a27c812842d983b9178 100644 (file)
@@ -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: