summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setports
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-21 19:10:37 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-21 19:10:37 -0500
commit5f2d078e7d7d2b63c486d7da081f48e4616fc4a7 (patch)
tree797038010f3495a7e482e3614da75c5c6623ca1f /etc/rc.initial.setports
parentc987ed88bf519f4a5cdd2ebfe68c71d3abecac0e (diff)
downloadpfsense-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.initial.setports')
-rwxr-xr-xetc/rc.initial.setports8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/rc.initial.setports b/etc/rc.initial.setports
index 94e203b..aba4caf 100755
--- a/etc/rc.initial.setports
+++ b/etc/rc.initial.setports
@@ -33,11 +33,15 @@
/* parse the configuration and include all functions used below */
require_once("config.inc");
require_once("functions.inc");
+ require_once("filter.inc");
+ require_once("shaper.inc");
+ require_once("rrd.inc");
set_networking_interfaces_ports();
reload_interfaces_sync();
- /* reload graphing functions */
- enable_rrd_graphing();
+
+ /* reload graphing functions */
+ enable_rrd_graphing();
?>
OpenPOWER on IntegriCloud