From 943b3003bd8eea1d925abb57c344bea5347d7938 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 10 Apr 2012 11:54:31 +0100 Subject: [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 --- src/include/ipxe/dhcp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/ipxe') diff --git a/src/include/ipxe/dhcp.h b/src/include/ipxe/dhcp.h index 287723028..f5b3136ac 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 -- cgit v1.2.3-55-g7522