fix documented syntax for /etc/ethers in dnsmasq.conf (fixes #65)
SVN-Revision: 2627
This commit is contained in:
parent
cd37776a81
commit
c1949822ea
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ dhcp-authoritative
|
||||||
#dhcp-leasefile=/tmp/dhcp.leases
|
#dhcp-leasefile=/tmp/dhcp.leases
|
||||||
|
|
||||||
# use /etc/ethers for static hosts; same format as --dhcp-host
|
# use /etc/ethers for static hosts; same format as --dhcp-host
|
||||||
# <hwaddr> [<hostname>] <ipaddr>
|
# <hwaddr> <ipaddr>
|
||||||
read-ethers
|
read-ethers
|
||||||
|
|
||||||
# other useful options:
|
# other useful options:
|
||||||
|
|
Loading…
Reference in a new issue