diff options
| author | Michael Brown | 2012-04-10 12:54:31 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-04-10 12:54:31 +0200 |
| commit | 943b3003bd8eea1d925abb57c344bea5347d7938 (patch) | |
| tree | b7538b1f10bea046e7ce11b88e15303324cfcf12 /src/include | |
| parent | [elf] Avoid attempting to load 64-bit ELF binaries (diff) | |
| download | ipxe-943b3003bd8eea1d925abb57c344bea5347d7938.tar.gz ipxe-943b3003bd8eea1d925abb57c344bea5347d7938.tar.xz ipxe-943b3003bd8eea1d925abb57c344bea5347d7938.zip | |
[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')
| -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 |
