Do not load load and unload ipfw

This commit is contained in:
Scott Ullrich 2005-05-19 21:19:42 +00:00
parent e15f200158
commit c98144bcc7

View File

@ -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 */