diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2021-09-21 17:23:25 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2021-09-21 17:23:25 +0000 |
commit | 21e7d4895e44577c626184cef6862ebcba1d8c6d (patch) | |
tree | c25ea0fc190220b11f8a0f84e7d17c64f4d54a60 | |
parent | 401ee91493ac7f2aa711195ee81a3580e52adcda (diff) |
Use upercase DHCP and sprinkle in some ":".
Committing on behalf of jmc
OK deraadt
-rw-r--r-- | sbin/dhcpleased/dhcpleased.conf.5 | 14 |
1 files changed, 7 insertions, 7 deletions
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 <florian@openbsd.org> .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -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 |