mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not setup microcode features for vmware
This commit is contained in:
parent
8c47279e75
commit
db6dfee5d5
@ -121,6 +121,8 @@ function return_dir_as_array($dir) {
|
||||
******/
|
||||
function enable_hardware_offloading($interface) {
|
||||
global $g, $config;
|
||||
if(stristr($interface,"lnc"))
|
||||
return;
|
||||
if(isset($config['system']['do_not_use_nic_microcode']))
|
||||
return;
|
||||
if($g['booting']) {
|
||||
@ -1364,4 +1366,4 @@ function reload_all_sync() {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user