update the static lease example
[oweals/openwrt.git] / 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: