mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not load load and unload ipfw
This commit is contained in:
parent
e15f200158
commit
c98144bcc7
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user