summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2012-04-10 12:54:31 +0200
committerMichael Brown2012-04-10 12:54:31 +0200
commit943b3003bd8eea1d925abb57c344bea5347d7938 (patch)
treeb7538b1f10bea046e7ce11b88e15303324cfcf12 /src/config/config.c
parent[elf] Avoid attempting to load 64-bit ELF binaries (diff)
downloadipxe-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/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index bc3f7ed5..c96f9c53 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -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