From: florian Date: Tue, 21 Sep 2021 17:23:24 +0000 (+0000) Subject: Use upercase DHCP and sprinkle in some ":". X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3f1d4014546ce6dea237a0901555e1f68819c36e;p=openbsd Use upercase DHCP and sprinkle in some ":". Committing on behalf of jmc OK deraadt --- diff --git a/sbin/dhcpleased/dhcpleased.conf.5 b/sbin/dhcpleased/dhcpleased.conf.5 index 44f6967cf17..31b369bdc52 100644 --- a/sbin/dhcpleased/dhcpleased.conf.5 +++ b/sbin/dhcpleased/dhcpleased.conf.5 @@ -1,4 +1,4 @@ -.\" $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 .\" Copyright (c) 2005 Esben Norby @@ -18,7 +18,7 @@ .\" 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 @@ -69,13 +69,13 @@ Ignore leases from 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 @@ -88,18 +88,18 @@ The default is to send the interface's MAC address as client identifier. 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