From c565c45b4e136e102a950fa57f29ebd723c72378 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 2 Feb 2006 00:22:12 +0000 Subject: [PATCH] Do not sync items marked with --- etc/inc/filter.inc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 7c358b66b1..e9125f91c3 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2056,6 +2056,21 @@ function process_carp_rules() { function carp_sync_xml($url, $password, $sections, $port = 80, $method = 'pfsense.restore_config_section') { global $config, $g; + $config_copy = $config; + + /* strip out nosync items */ + for($x=0; $x