diff options
author | Michael Brown <mcb30@ipxe.org> | 2013-12-04 22:21:47 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-12-05 00:41:49 +0000 |
commit | 6248894f52b5794970292ea40f68fe0c892eafec (patch) | |
tree | 25cfd1614410615498bb091158da5c6b7f9bf42c /src/include/ipxe/dhcpv6.h | |
parent | 60c4e62e5dc56a451958456c7c013b161e53c9b9 (diff) | |
download | ipxe-6248894f52b5794970292ea40f68fe0c892eafec.tar.gz |
[dns] Add support for resolving IPv6 addresses via AAAA records
Our policy is to prefer IPv6 addreses to IPv4 addresses, but to
request IPv6 addresses only if we have an IPv6 address for the name
server itself.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/dhcpv6.h')
-rw-r--r-- | src/include/ipxe/dhcpv6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ipxe/dhcpv6.h b/src/include/ipxe/dhcpv6.h index 7a1a2b07f..a0a8d05b0 100644 --- a/src/include/ipxe/dhcpv6.h +++ b/src/include/ipxe/dhcpv6.h @@ -147,10 +147,10 @@ struct dhcpv6_user_class_option { #define DHCPV6_USER_CLASS 15 /** DHCPv6 DNS recursive name server option */ -#define DHCPV6_DNS_SERVER 23 +#define DHCPV6_DNS_SERVERS 23 /** DHCPv6 domain search list option */ -#define DHCPV6_DOMAIN_SEARCH 24 +#define DHCPV6_DOMAIN_LIST 24 /** * Any DHCPv6 option |