mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +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:
@@ -77,6 +77,9 @@ REQUIRE_OBJECT ( pc_kbd );
|
||||
#ifdef CONSOLE_SYSLOG
|
||||
REQUIRE_OBJECT ( syslog );
|
||||
#endif
|
||||
#ifdef CONSOLE_SYSLOGS
|
||||
REQUIRE_OBJECT ( syslogs );
|
||||
#endif
|
||||
#ifdef CONSOLE_EFI
|
||||
REQUIRE_OBJECT ( efi_console );
|
||||
#endif
|
||||
|
||||
@@ -19,6 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define CONSOLE_DIRECT_VGA /* Direct access to VGA card */
|
||||
//#define CONSOLE_PC_KBD /* Direct access to PC keyboard */
|
||||
//#define CONSOLE_SYSLOG /* Syslog console */
|
||||
//#define CONSOLE_SYSLOGS /* Encrypted syslog console */
|
||||
//#define CONSOLE_VMWARE /* VMware logfile console */
|
||||
|
||||
#define KEYBOARD_MAP us
|
||||
|
||||
Reference in New Issue
Block a user