summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-08 06:23:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-08 06:23:20 +0000
commit24d15c0c1387ea76f7635dcf3e454932fa3325ed (patch)
treecea3597df54a21e90cdaf668e74f5f8e32466370 /etc/rc.bootup
parent1a51af434cc382e003bf3fb5bed2eff624fc1434 (diff)
downloadpfsense-24d15c0c1387ea76f7635dcf3e454932fa3325ed.zip
pfsense-24d15c0c1387ea76f7635dcf3e454932fa3325ed.tar.gz
* remove the temporary rule loading workarounds in /etc/rc
* adjust the boot order slightly in rc.bootup * rename filter_ipmon_start to filter_pflog_start
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup15
1 files changed, 6 insertions, 9 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 2b7e960..bb694e5 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -65,9 +65,6 @@
if (!in_array($g['platform'], $g['nopccard_platforms']))
system_pccard_start();
- /* establish pf and altq ruleset */
- filter_configure();
-
/* configure loopback interface */
interfaces_loopback_configure();
@@ -83,14 +80,14 @@
/* set up Optional interfaces */
interfaces_optional_configure();
- /* start OpenVPN server & clients */
- ovpn_configure();
+ /* start pflog */
+ filter_pflog_start();
- /* resync ipfilter */
- filter_resync();
+ /* setup altq + pf */
+ filter_configure();
- /* start ipmon */
- filter_ipmon_start();
+ /* start OpenVPN server & clients */
+ ovpn_configure();
/* set up static routes */
system_routing_configure();
OpenPOWER on IntegriCloud