summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-02-03 18:38:37 +0000
committerErmal <eri@pfsense.org>2011-02-03 18:38:37 +0000
commit1ec2bedd589c940377a29bd006570adeb7844ff1 (patch)
treec56ebc67d0762b7ed72c797438019e2357734624 /etc/rc.filter_synchronize
parent847e5e8257b58906a0d12ce48275cae7162aab47 (diff)
downloadpfsense-1ec2bedd589c940377a29bd006570adeb7844ff1.zip
pfsense-1ec2bedd589c940377a29bd006570adeb7844ff1.tar.gz
Ticket #1248. Do not set this higher since the slave will take more time to detect a switch needs to be done.
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index 7eadce8..98ce9c9 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -66,7 +66,6 @@ function backup_vip_config_section() {
}
if($section['advbase'] <> "") {
$section_val = intval($section['advbase']);
- $section_val=$section_val+1;
if($section_val > 255)
$section_val = 255;
$section['advbase'] = $section_val;
OpenPOWER on IntegriCloud