From fa6ac80a1adeae522f08e6294b9d1fc88701ec8e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 16 Dec 2019 12:32:43 +0000 Subject: [PATCH] options: Suboption 3 of NTP Server is a FQDN As such it should be domain and not ip6address. --- src/dhcpcd-definitions.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcpcd-definitions.conf b/src/dhcpcd-definitions.conf index e0ab2b79..df4075e8 100644 --- a/src/dhcpcd-definitions.conf +++ b/src/dhcpcd-definitions.conf @@ -504,7 +504,7 @@ encap 3 domain es define6 56 encap ntp_server encap 1 ip6address addr encap 2 ip6address mcast_addr -encap 3 ip6address fqdn +encap 3 domain fqdn # DHCPv6 LIS Discovery, RFC5986 define6 57 domain access_domain -- 2.47.2