system: proper HA sync for new one-to-one NAT section

This commit is contained in:
Franco Fichtner 2024-06-20 16:12:53 +02:00
parent cb8a6e1f9a
commit 21df35228c

View File

@ -249,7 +249,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,OPNsense.Firewall.Filter.onetoone',
'id' => 'nat',
'services' => ['pf'],
);