xmlrpc sync, on nat sync, all items in the OPNsense container are transfered. regression in 6ab8f8cf2d closes https://github.com/opnsense/core/issues/7173

This commit is contained in:
Ad Schellevis 2024-01-31 17:46:08 +01:00
parent 157a2d9f03
commit 7e994cab29

View File

@ -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'],
);