summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-14 01:00:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-14 01:00:10 +0000
commitfa40522b69d752f74fe35f922d81e7d48b77741e (patch)
tree115272555e6fd11e5254127e17c74f1b6e246f4c /etc/inc/vpn.inc
parent264d7079ab3399b9be1df970cf485018ffbda8a0 (diff)
downloadpfsense-fa40522b69d752f74fe35f922d81e7d48b77741e.zip
pfsense-fa40522b69d752f74fe35f922d81e7d48b77741e.tar.gz
Touch the /tmp/filter_dirty file and allow the filter to be reloaded on final bootup.
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 a730d7c..dc9d82e 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -539,7 +539,7 @@ EOD;
if (!$g['booting']) {
/* reload the filter */
- filter_configure();
+ touch("{$g["tmp_path"]}/filter_dirty");
}
if ($g['booting'])
@@ -727,7 +727,7 @@ EOD;
if (!$g['booting']) {
/* reload the filter */
- filter_configure();
+ touch("{$g["tmp_path"]}/filter_dirty");
}
if ($g['booting'])
OpenPOWER on IntegriCloud