mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
missing ,
This commit is contained in:
parent
5408b3b012
commit
563ced33e6
@ -127,7 +127,7 @@ function enable_hardware_offloading($interface) {
|
||||
/* activate polling for interface if it supports it
|
||||
* man polling on a freebsd box for the following list
|
||||
*/
|
||||
$supported_ints = array('dc', 'em', 'fwe', 'fwip', 'fxp', 'ixgb', 'ste'
|
||||
$supported_ints = array('dc', 'em', 'fwe', 'fwip', 'fxp', 'ixgb', 'ste',
|
||||
'nge', 're', 'rl', 'sf', 'sis', 'ste', 'vge', 'vr', 'xl', 'fxp');
|
||||
foreach($supported_ints as $int) {
|
||||
if(stristr($interface,$int) != false) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user