summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-13 17:19:06 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-02-13 17:19:52 -0200
commita1fb7d61c4be90e6b6fcbc44fd644677cb0761e4 (patch)
treefc421f142ff3731d6540b2553a30383b40ef4ce4 /usr/local/www/xmlrpc.php
parent837a35364708ca8c9e952d3321f353049a0dc57e (diff)
downloadpfsense-a1fb7d61c4be90e6b6fcbc44fd644677cb0761e4.zip
pfsense-a1fb7d61c4be90e6b6fcbc44fd644677cb0761e4.tar.gz
Fully sync filter and nat sections. Fixes #2362
Diffstat (limited to 'usr/local/www/xmlrpc.php')
-rwxr-xr-xusr/local/www/xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php
index af58f67..19b9c80 100755
--- a/usr/local/www/xmlrpc.php
+++ b/usr/local/www/xmlrpc.php
@@ -177,7 +177,7 @@ function restore_config_section_xmlrpc($raw_params) {
// Some sections should just be copied and not merged or we end
// up unable to sync the deletion of the last item in a section
- $sync_full = array('ipsec', 'aliases', 'wol', 'load_balancer', 'openvpn', 'cert', 'ca', 'crl', 'schedules');
+ $sync_full = array('ipsec', 'aliases', 'wol', 'load_balancer', 'openvpn', 'cert', 'ca', 'crl', 'schedules', 'filter', 'nat');
$sync_full_done = array();
foreach ($sync_full as $syncfull) {
if (isset($params[0][$syncfull])) {
OpenPOWER on IntegriCloud