summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-03 22:37:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-03 22:37:45 +0000
commite239df5a60b5a492c79c8342df6911a0c299b50c (patch)
tree1d371216bcd1da403bd31d75be59b0b45385b93c /etc/inc/vpn.inc
parent94fa383863c206f3a0995af87151ead27cfef467 (diff)
downloadpfsense-e239df5a60b5a492c79c8342df6911a0c299b50c.zip
pfsense-e239df5a60b5a492c79c8342df6911a0c299b50c.tar.gz
Do not call filer_configure() if booting. set /tmp/filter_boot_dirty flag.
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index e3a42a6..296f431 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -699,8 +699,8 @@ EOD;
}
if (!$g['booting']) {
- /* reload the filter */
- filter_configure();
+ /* set the reload filter dity flag */
+ touch("{$g['tmp_path']}/filter_boot_dirty");
}
if ($g['booting'])
OpenPOWER on IntegriCloud