summaryrefslogtreecommitdiff
path: root/dhcpd.cat8
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-09-05 23:53:18 +0000
committerTed Lemon <source@isc.org>1996-09-05 23:53:18 +0000
commitfc5aedc94f31260cc7aaf82ed2e6d663855e6ec7 (patch)
tree7c06977ffb298b779ee6e902720e12be366f934a /dhcpd.cat8
parent4ecd2958d53a39451395e56887ba9f502a146a8d (diff)
downloadisc-dhcp-fc5aedc94f31260cc7aaf82ed2e6d663855e6ec7.tar.gz
Fix syntax botch in host decl example
Diffstat (limited to 'dhcpd.cat8')
-rw-r--r--dhcpd.cat810
1 files changed, 5 insertions, 5 deletions
diff --git a/dhcpd.cat8 b/dhcpd.cat8
index 75a1b4a3..d046e509 100644
--- a/dhcpd.cat8
+++ b/dhcpd.cat8
@@ -238,7 +238,8 @@ BBOOOOTTPP SSuuppppoorrtt
server, that file's name must be specified. A simple
bootp client declaration might look like this:
- host haagen hardware ethernet 08:00:2b:4c:59:23 {
+ host haagen {
+ hardware ethernet 08:00:2b:4c:59:23;
fixed-address 239.252.197.9;
filename "/tftpboot/haagen.boot";
}
@@ -255,7 +256,6 @@ OOppttiioonnss
for BOOTP clients, also on a per-client basis. In the
event that a BOOTP client declaration specifies options
that are also specified in its subnet declaration, the
- options specified in the client declaration take
@@ -268,8 +268,9 @@ OOppttiioonnss
dhcpd(8) dhcpd(8)
- precedence. An reasonably complete DHCP configuration
- might look something like this:
+ options specified in the client declaration take prece-
+ dence. An reasonably complete DHCP configuration might
+ look something like this:
subnet 239.252.197.0 netmask 255.255.255.0 {
range 239.252.197.10 239.252.197.250;
@@ -324,7 +325,6 @@ AAUUTTHHOORR
-
5