diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/dhcpv6.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ipxe/dhcpv6.h b/src/include/ipxe/dhcpv6.h index 57758e516..2636b8ab2 100644 --- a/src/include/ipxe/dhcpv6.h +++ b/src/include/ipxe/dhcpv6.h @@ -151,6 +151,12 @@ struct dhcpv6_user_class_option { /** DHCPv6 domain search list option */ #define DHCPV6_DOMAIN_LIST 24 +/** DHCPv6 bootfile URI option */ +#define DHCPV6_BOOTFILE_URL 59 + +/** DHCPv6 bootfile parameters option */ +#define DHCPV6_BOOTFILE_PARAM 60 + /** DHCPv6 syslog server option * * This option code has not yet been assigned by IANA. Please update |
