diff options
| author | Roy Marples <roy@marples.name> | 2019-12-16 12:32:43 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-12-16 12:32:43 +0000 |
| commit | bd92b3cfca4d9035d3c8d8e7fa17224ec4fb31ce (patch) | |
| tree | f12af0e85505e3d063aedb52819a0be436a8ef23 | |
| parent | 6edad03dc748771dc8f64e43d7b1df50bc1f7c1b (diff) | |
| download | dhcpcd-bd92b3cfca4d9035d3c8d8e7fa17224ec4fb31ce.tar.xz | |
options: Suboption 3 of NTP Server is a FQDN
As such it should be domain and not ip6address.
| -rw-r--r-- | src/dhcpcd-definitions.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
