From 6e478cf67131b2646ea53e2da3bb855a74bb5b3b Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 8 Dec 2025 21:06:46 +0100 Subject: [PATCH] System: High Availability - missing syslog caused by netflow_xmlrpc_sync() shadowing the section. closes https://github.com/opnsense/core/issues/9481 As people might already be using "syslog" to sync Netflow, we better rename syslog with syslog-ng (which we use anyway). --- src/etc/inc/plugins.inc.d/core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/plugins.inc.d/core.inc b/src/etc/inc/plugins.inc.d/core.inc index 4593ea0d38..fd2bad40c1 100644 --- a/src/etc/inc/plugins.inc.d/core.inc +++ b/src/etc/inc/plugins.inc.d/core.inc @@ -367,7 +367,7 @@ function core_xmlrpc_sync() $result[] = [ 'description' => gettext('System logging'), 'section' => 'syslog,OPNsense.Syslog', - 'id' => 'syslog', + 'id' => 'syslog-ng', 'services' => ['syslogd'], ];