summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-16 03:09:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-16 03:09:21 +0000
commit6da21cb0d2f852cd2e20df39f4f9698e18ff422e (patch)
treefbbacae52035eaf87864e2e57ae8cce78018a8e0 /etc/rc.bootup
parent3e1e22de1ffd0c4c1deff330acb7dc42bc414a69 (diff)
downloadpfsense-6da21cb0d2f852cd2e20df39f4f9698e18ff422e.zip
pfsense-6da21cb0d2f852cd2e20df39f4f9698e18ff422e.tar.gz
Show that we are creating a pf and altq ruleset instead of ipfilter. No functional changes.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 58ac66f..2b7e960 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -65,7 +65,7 @@
if (!in_array($g['platform'], $g['nopccard_platforms']))
system_pccard_start();
- /* establish ipfilter ruleset */
+ /* establish pf and altq ruleset */
filter_configure();
/* configure loopback interface */
@@ -128,9 +128,6 @@
/* start pptpd */
vpn_pptpd_configure();
- /* start traffic shaper */
- /* shaper_configure(); */
-
/* start IPsec tunnels */
vpn_ipsec_configure();
OpenPOWER on IntegriCloud