diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-21 19:10:37 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-21 19:10:37 -0500 |
commit | 5f2d078e7d7d2b63c486d7da081f48e4616fc4a7 (patch) | |
tree | 797038010f3495a7e482e3614da75c5c6623ca1f /etc/rc.newipsecdns | |
parent | c987ed88bf519f4a5cdd2ebfe68c71d3abecac0e (diff) | |
download | pfsense-5f2d078e7d7d2b63c486d7da081f48e4616fc4a7.zip pfsense-5f2d078e7d7d2b63c486d7da081f48e4616fc4a7.tar.gz |
Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed
Diffstat (limited to 'etc/rc.newipsecdns')
-rwxr-xr-x | etc/rc.newipsecdns | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.newipsecdns b/etc/rc.newipsecdns index d6509f9..18b3b5b 100755 --- a/etc/rc.newipsecdns +++ b/etc/rc.newipsecdns @@ -32,6 +32,8 @@ /* parse the configuration and include all functions used below */ require_once("functions.inc"); + require_once("filter.inc"); + require_once("shaper.inc"); require_once("ipsec.inc"); require_once("vpn.inc"); |