diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-04-10 11:54:31 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-04-10 11:54:31 +0100 |
commit | 943b3003bd8eea1d925abb57c344bea5347d7938 (patch) | |
tree | b7538b1f10bea046e7ce11b88e15303324cfcf12 /src/include/ipxe/dhcp.h | |
parent | 61851e685de53045065e331830c32ebdef101f74 (diff) | |
download | ipxe-943b3003bd8eea1d925abb57c344bea5347d7938.tar.gz |
[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/dhcp.h')
-rw-r--r-- | src/include/ipxe/dhcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |