From fa40522b69d752f74fe35f922d81e7d48b77741e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 14 Jul 2005 01:00:10 +0000 Subject: Touch the /tmp/filter_dirty file and allow the filter to be reloaded on final bootup. --- etc/inc/vpn.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inc/vpn.inc') 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']) -- cgit v1.1