mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firewall: patch in missing sync sections #6383
This commit is contained in:
parent
b121118fc1
commit
6ab8f8cf2d
@ -208,7 +208,7 @@ function pf_xmlrpc_sync()
|
||||
$result[] = array(
|
||||
'description' => gettext('Firewall Rules'),
|
||||
'help' => gettext('Synchronize the firewall rules to the other HA host.'),
|
||||
'section' => 'filter',
|
||||
'section' => 'filter,OPNsense.Firewall.Filter.rules',
|
||||
'id' => 'rules',
|
||||
'services' => ['pf'],
|
||||
);
|
||||
@ -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',
|
||||
'section' => 'nat,OPNsense.Firewall.Filter.snatrules,OPNsense,Firewall.Filter.npt',
|
||||
'id' => 'nat',
|
||||
'services' => ['pf'],
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user