aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-04-10 11:54:31 +0100
committerMichael Brown <mcb30@ipxe.org>2012-04-10 11:54:31 +0100
commit943b3003bd8eea1d925abb57c344bea5347d7938 (patch)
treeb7538b1f10bea046e7ce11b88e15303324cfcf12 /src/include/ipxe
parent61851e685de53045065e331830c32ebdef101f74 (diff)
downloadipxe-943b3003bd8eea1d925abb57c344bea5347d7938.zip
ipxe-943b3003bd8eea1d925abb57c344bea5347d7938.tar.gz
ipxe-943b3003bd8eea1d925abb57c344bea5347d7938.tar.bz2
[syslog] Add basic support for encrypted syslog via TLS
Encrypted syslog seems not yet to be standardised, but is supported by some existing syslog servers. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/dhcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/dhcp.h b/src/include/ipxe/dhcp.h
index 2877230..f5b3136 100644
--- a/src/include/ipxe/dhcp.h
+++ b/src/include/ipxe/dhcp.h
@@ -352,6 +352,9 @@ struct dhcp_client_uuid {
*/
#define DHCP_EB_SCRIPTLET DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x51 )
+/** Encrypted syslog server */
+#define DHCP_EB_SYSLOGS_SERVER DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x55 )
+
/** Skip PXE DHCP protocol extensions such as ProxyDHCP
*
* If set to a non-zero value, iPXE will not wait for ProxyDHCP offers