summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-13 02:42:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-13 02:42:42 +0000
commit563ced33e68e477da9ebc2ee82c9792d6dead2be (patch)
treea52ee07d7f0206073defd9f6312b0602a8f29519 /etc/inc
parent5408b3b0126d08c0df1598bf47b8549c1a3445ee (diff)
downloadpfsense-563ced33e68e477da9ebc2ee82c9792d6dead2be.zip
pfsense-563ced33e68e477da9ebc2ee82c9792d6dead2be.tar.gz
missing ,
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index c8d8901..bc43378 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -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) {
OpenPOWER on IntegriCloud