summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-13 02:17:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-13 02:17:29 +0000
commit12b2d7c74573a64916b048bd22d8f10318e36662 (patch)
treea7d5246d089c098605e7897c0b3cdf61ca563461 /etc/inc
parent65dea9fbc041371113df13ac3dc2023920e675f7 (diff)
downloadpfsense-12b2d7c74573a64916b048bd22d8f10318e36662.zip
pfsense-12b2d7c74573a64916b048bd22d8f10318e36662.tar.gz
Add 'ste' to available polling
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 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