mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user