summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/dhcp-options.5
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2019-05-08 22:00:55 +0000
committerkrw <krw@openbsd.org>2019-05-08 22:00:55 +0000
commit1fef891795b12478d11000fb51f323ec07b2508f (patch)
treefa1d0317d89d5f95d50c5374d4d7333c2c64e3c5 /usr.sbin/dhcpd/dhcp-options.5
parent When starting up use the built-in DNSSEC trust anchor as well as the (diff)
downloadwireguard-openbsd-1fef891795b12478d11000fb51f323ec07b2508f.tar.xz
wireguard-openbsd-1fef891795b12478d11000fb51f323ec07b2508f.zip
Switch domain-search parsing from hand rolled hex string to
human readable list of strings. Slightly tweaked version of a diff from William Ahern via tech@. Long silence on all fronts leads to community based testing.
Diffstat (limited to 'usr.sbin/dhcpd/dhcp-options.5')
-rw-r--r--usr.sbin/dhcpd/dhcp-options.523
1 files changed, 3 insertions, 20 deletions
diff --git a/usr.sbin/dhcpd/dhcp-options.5 b/usr.sbin/dhcpd/dhcp-options.5
index eea4c015481..c496a061904 100644
--- a/usr.sbin/dhcpd/dhcp-options.5
+++ b/usr.sbin/dhcpd/dhcp-options.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcp-options.5,v 1.30 2019/04/02 03:21:21 krw Exp $
+.\" $OpenBSD: dhcp-options.5,v 1.31 2019/05/08 22:00:55 krw Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
.\" All rights reserved.
@@ -36,7 +36,7 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate: April 2 2019 $
+.Dd $Mdocdate: May 8 2019 $
.Dt DHCP-OPTIONS 5
.Os
.Sh NAME
@@ -78,13 +78,6 @@ data type specifies a network in CIDR notion.
e.g. 1.2.3/24.
.Pp
The
-.Ar rfc1035
-data type specifies a list of domain names compressed
-as described in Section 4.1.4 of RFC 1035.
-The compressed list takes the form of a series of
-octets specified in hexadecimal, separated by colons.
-.Pp
-The
.Ar int32
data type specifies a signed 32-bit integer.
The
@@ -292,7 +285,7 @@ The
option specifies a list of Domain Name System name servers
available to the client.
Servers should be listed in order of preference.
-.It Ic option domain-search Ar rfc1035 ; | Ar string Oo , Ar string ... Oc ;
+.It Ic option domain-search Ar string Oo , Ar string ... Oc ;
The
.Ic domain-search
option specifies a list of the domain names that should be
@@ -306,16 +299,6 @@ it will use this list of domains in preference to any information
provided by the
.Ic domain-name
option.
-.Pp
-Note that
-.Xr dhcpd 8
-calls this option
-.Ic option-119
-instead of
-.Ic domain-search
-and only supports the
-.Ar rfc1035
-variant.
.It Ic option extensions-path Ar string ;
A string to specify a file, retrievable via TFTP, which contains information
which can be interpreted in the same way as the 64-octet vendor-extension