From db6dfee5d5ca6352ba2418b3ad3ff4968ba8b32f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 14 Nov 2005 20:23:15 +0000 Subject: Do not setup microcode features for vmware --- etc/inc/pfsense-utils.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/inc') diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 287d272..a832199b 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -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() { } -?> +?> \ No newline at end of file -- cgit v1.1