aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp_sync_server.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/carp_sync_server.php')
-rw-r--r--packages/carp_sync_server.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/carp_sync_server.php b/packages/carp_sync_server.php
index 9dd09577..63d67dfd 100644
--- a/packages/carp_sync_server.php
+++ b/packages/carp_sync_server.php
@@ -38,7 +38,11 @@ if($config['installedpackages']['carpsettings']['config'] != "")
foreach($config['installedpackages']['carpsettings']['config'] as $carp)
if($carp['synchronizerules'] <> "") {
$rules = return_filename_as_string("{$g['tmp_path']}/rules_section.txt");
+ $aliases = return_filename_as_string("{$g['tmp_path']}/aliases_section.txt");
+ $nat = return_filename_as_string("{$g['tmp_path']}/nat_section.txt");
restore_config_section("rules", $rules);
+ restore_config_section("nat", $nat);
+ restore_config_section("aliases", $aliases);
filter_configure();
}