aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/dhcpv6.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2013-12-05 01:21:51 +0000
committerMichael Brown <mcb30@ipxe.org>2013-12-05 01:27:33 +0000
commit44a0dc78485e52676c550f5e824e518a62dce665 (patch)
tree73ad3ee906b382a58bf256fa3ede2e2007f77114 /src/include/ipxe/dhcpv6.h
parent2649e8ef70a95acd3a1cba8ba05cc83268b68a05 (diff)
downloadipxe-44a0dc78485e52676c550f5e824e518a62dce665.tar.gz
[syslog] Add support for IPv6 syslog server
Note that IANA has not yet assigned a DHCPv6 option code for the syslog server. When a code is assigned, the definition of DHCPV6_LOG_SERVERS should be updated. Until then, an IPv6 address of a syslog server can be configured manually using e.g. set syslog6 3ffe:302:11:2::8309 Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/dhcpv6.h')
-rw-r--r--src/include/ipxe/dhcpv6.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ipxe/dhcpv6.h b/src/include/ipxe/dhcpv6.h
index a0a8d05b0..70cccf0ba 100644
--- a/src/include/ipxe/dhcpv6.h
+++ b/src/include/ipxe/dhcpv6.h
@@ -152,6 +152,13 @@ struct dhcpv6_user_class_option {
/** DHCPv6 domain search list option */
#define DHCPV6_DOMAIN_LIST 24
+/** DHCPv6 syslog server option
+ *
+ * This option code has not yet been assigned by IANA. Please update
+ * this definition once an option code has been assigned.
+ */
+#define DHCPV6_LOG_SERVERS 0xffffffffUL
+
/**
* Any DHCPv6 option
*