-.\" $OpenBSD: dhcpleased.conf.5,v 1.7 2021/09/20 17:08:43 florian Exp $
+.\" $OpenBSD: dhcpleased.conf.5,v 1.8 2021/09/21 17:23:24 florian Exp $
.\"
.\" Copyright (c) 2018, 2021 Florian Obser <florian@openbsd.org>
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 20 2021 $
+.Dd $Mdocdate: September 21 2021 $
.Dt DHCPLEASED.CONF 5
.Os
.Sh NAME
This option can be listed multiple times.
The default is to not ignore servers.
.It Ic send client id Ar client-id
-Send the dhcp client identifier option with a value of
+Send the DHCP client identifier option with a value of
.Ar client-id .
If
.Ar client-id
consists of a series of octets of two-digit hexadecimal numbers separated by
colons, the first octet is used as the type and the rest as value.
-The MAC address 00:53:FF:AA:BB:CC would be configured as
+The MAC address 00:53:FF:AA:BB:CC would be configured as:
.Bd -literal -offset indent
send client id "01:00:53:FF:AA:BB:CC"
.Ed
When
.Ar client-id
is not a hardware address it is supposed to be sent as hardware type 0 but
-the majority of dhcp clients and servers do not implement this and neither
+the majority of DHCP clients and servers do not implement this and neither
does
.Nm .
If a server is encountered that requires this, a 0 byte can be encoded as \e0.
The client identifier
.Dq foobar
-with hardware type 0 would be configured as
+with hardware type 0 would be configured as:
.Bd -literal -offset indent
send client id "\e0foobar"
.Ed
.It Ic send vendor class id Ar vendor-class-id
-Send the dhcp vendor class identifier option with a value of
+Send the DHCP vendor class identifier option with a value of
.Ar vendor-class-id .
The default is to not send a vendor class identifier.
.El