summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-20 23:07:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-20 23:07:54 +0000
commit56c17018f43deca6730925d4b6e89db4ad218b71 (patch)
treecaa46f14f9fa5beb4f1270067432c9a07aecd452 /etc
parentf7eb54e49b387bf59e085ed2015b67c7889e7989 (diff)
downloadpfsense-56c17018f43deca6730925d4b6e89db4ad218b71.zip
pfsense-56c17018f43deca6730925d4b6e89db4ad218b71.tar.gz
Nuke stray n's
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index b0a8957..aec8503 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -984,14 +984,14 @@ function interface_supports_polling($iface) {
"fxp",
"ixgb",
"nfe",
- "vnge",
+ "vge",
"re",
"rl",
"sf",
- "vsis",
+ "sis",
"ste",
- "vstge",
- "vvge",
+ "stge",
+ "vge",
"vr",
"xl");
if(in_array($interface, $supported_ints))
OpenPOWER on IntegriCloud