mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Be friendly to large interface systems
This commit is contained in:
parent
43517fcc1b
commit
dced0dd03f
@ -340,6 +340,7 @@ function setup_microcode() {
|
||||
$iflist = get_configured_interface_list(false, true);
|
||||
foreach($iflist as $if => $ifdescr)
|
||||
enable_hardware_offloading($if);
|
||||
unset($iflist);
|
||||
}
|
||||
|
||||
/****f* pfsense-utils/get_carp_status
|
||||
|
||||
Loading…
Reference in New Issue
Block a user