summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-19 21:19:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-19 21:19:42 +0000
commitc98144bcc7225361df7ca97e2fb4c7714cc79452 (patch)
tree34ec307ef5f37c9fe5ad1748aa0f871c6947ac51 /etc/inc
parente15f2001583cedf8d6b2a1142db5ded0ca2363e8 (diff)
downloadpfsense-c98144bcc7225361df7ca97e2fb4c7714cc79452.zip
pfsense-c98144bcc7225361df7ca97e2fb4c7714cc79452.tar.gz
Do not load load and unload ipfw
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index d2e7858..a178b9f 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -63,8 +63,8 @@ function filter_configure() {
/* somehow the interfaces do not come up
correctly if we do not load, unload
and then reload... wierd. */
- mwexec("/sbin/kldload ipfw");
- mwexec("/sbin/kldunload ipfw");
+ //mwexec("/sbin/kldload ipfw");
+ //mwexec("/sbin/kldunload ipfw");
}
/* generate aliases */
OpenPOWER on IntegriCloud