summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-04-24 18:05:52 +0000
committerjmc <jmc@openbsd.org>2017-04-24 18:05:52 +0000
commit3760f81b63788c674b69be3203595f633808c6f8 (patch)
tree09c58d6136cd32a1fdd2d25b0d2b9c274505cefd /usr.sbin/dhcpd
parentAdd 'echo-client-id' statment, so that RFC 6842 behaviour can be (diff)
downloadwireguard-openbsd-3760f81b63788c674b69be3203595f633808c6f8.tar.xz
wireguard-openbsd-3760f81b63788c674b69be3203595f633808c6f8.zip
a little more consistent text for previous; ok krw
Diffstat (limited to 'usr.sbin/dhcpd')
-rw-r--r--usr.sbin/dhcpd/dhcpd.conf.510
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.conf.5 b/usr.sbin/dhcpd/dhcpd.conf.5
index 459756bef14..ec38dfcee17 100644
--- a/usr.sbin/dhcpd/dhcpd.conf.5
+++ b/usr.sbin/dhcpd/dhcpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcpd.conf.5,v 1.19 2017/04/24 14:58:36 krw Exp $
+.\" $OpenBSD: dhcpd.conf.5,v 1.20 2017/04/24 18:05:52 jmc Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998, 1998, 1999
.\" The Internet Software Consortium. All rights reserved.
@@ -926,11 +926,11 @@ statement
.Pp
.D1 Ic echo-client-id Ar flag ;
.Pp
-is used to enable or disable RFC 6842 compliant behavior.
-If the
+The
.Ic echo-client-id
-statement is present and has a
-value of true or on, and a DHCP DISCOVER or REQUEST is received which contains
+statement is used to enable or disable RFC 6842 compliant behavior.
+If it is present and has a value of true or on,
+and a DHCP DISCOVER or REQUEST is received which contains
the client identifier option (Option code 61), the server will copy the option
into its response (DHCP ACK or NAK) per RFC 6842.
In other words if the client sends the option it will receive it back.