From 6da21cb0d2f852cd2e20df39f4f9698e18ff422e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 16 Nov 2004 03:09:21 +0000 Subject: Show that we are creating a pf and altq ruleset instead of ipfilter. No functional changes. --- etc/rc.bootup | 5 +---- 1 file changed, 1 insertion(+), 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(); -- cgit v1.1