mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Surpress unloading ipfw message
This commit is contained in:
parent
b1e89f06dd
commit
1e7eadd244
@ -276,7 +276,7 @@ EOD;
|
||||
}
|
||||
}
|
||||
if($installed_time_based_rules == false)
|
||||
mwexec("/sbin/kldunload ipfw");
|
||||
mwexec("/sbin/kldunload ipfw", true);
|
||||
} else {
|
||||
/* shaper is on - just remove our rules */
|
||||
mwexec("/sbin/ipfw -f delete set 1");
|
||||
@ -1120,4 +1120,4 @@ function portal_mac_fixed($clientmac) {
|
||||
return FALSE ;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user