From 7e994cab29cc75e08be1c2433bdb41d7477da656 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 31 Jan 2024 17:46:08 +0100 Subject: [PATCH] xmlrpc sync, on nat sync, all items in the OPNsense container are transfered. regression in https://github.com/opnsense/core/commit/6ab8f8cf2d3c208966d921ddbf24cb63de77601e closes https://github.com/opnsense/core/issues/7173 --- src/etc/inc/plugins.inc.d/pf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/plugins.inc.d/pf.inc b/src/etc/inc/plugins.inc.d/pf.inc index 5b57bf920..da2f18f3a 100644 --- a/src/etc/inc/plugins.inc.d/pf.inc +++ b/src/etc/inc/plugins.inc.d/pf.inc @@ -239,7 +239,7 @@ function pf_xmlrpc_sync() $result[] = array( 'description' => gettext('NAT'), 'help' => gettext('Synchronize the NAT rules over to the other HA host.'), - 'section' => 'nat,OPNsense.Firewall.Filter.snatrules,OPNsense,Firewall.Filter.npt', + 'section' => 'nat,OPNsense.Firewall.Filter.snatrules,OPNsense.Firewall.Filter.npt', 'id' => 'nat', 'services' => ['pf'], );