diff options
author | Mike Baker <mbm@openwrt.org> | 2005-01-02 18:13:17 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-01-02 18:13:17 +0000 |
commit | 138252ae7ce604cab5b9f6da90301b9c276c2ccf (patch) | |
tree | 1c8ba3faf2abc9fa6a603c58b4734599e00dd8e4 /obsolete-buildroot | |
parent | 1dbdac486434e8170a6a771039c2fabdcd0a5666 (diff) | |
download | mtk-20170518-138252ae7ce604cab5b9f6da90301b9c276c2ccf.zip mtk-20170518-138252ae7ce604cab5b9f6da90301b9c276c2ccf.tar.gz mtk-20170518-138252ae7ce604cab5b9f6da90301b9c276c2ccf.tar.bz2 |
update the static lease example
SVN-Revision: 191
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r-- | obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf | 3 |
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 eb88062..293edc6 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: |