summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c1d3738..418a488 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -127,7 +127,7 @@ function enable_hardware_offloading($interface) {
/* active 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',
+ $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) {
echo "\n{$interface} ";
OpenPOWER on IntegriCloud