missing ,

This commit is contained in:
Scott Ullrich 2005-10-13 02:42:42 +00:00
parent 5408b3b012
commit 563ced33e6

View File

@ -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) {