summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-26 21:14:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-26 21:14:07 +0000
commitfbefdb87f256cafaf90930b47aadb2dd92432150 (patch)
treefd85bb9782c1088694f8f9e741bc5a50c91f1d29 /etc/rc
parent1ba03d69aa6b95f93b6760443cead620313792a4 (diff)
downloadpfsense-fbefdb87f256cafaf90930b47aadb2dd92432150.zip
pfsense-fbefdb87f256cafaf90930b47aadb2dd92432150.tar.gz
Remove PF from kernel and use GENERIC kernel since we wil be relying on FreeBSD update
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index afec843..e48742a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -50,6 +50,10 @@ adjkerntz -i
sysctl net.inet.tcp.sack.enable=0
+# Start PF. We are now using GENERIC kernel
+# so freebsd update can do its job correctly.
+/sbin/kldload pf.ko
+
#mount_devfs devfs /dev
# Create an initial utmp file
OpenPOWER on IntegriCloud