summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-20 23:08:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-20 23:08:00 +0000
commit64f8d068777507a6a7d8363e0f58b7457d59037b (patch)
tree6fdd00da51fbf8d8fd000c85969a404ae887e709
parent42c1f0a2ee7dac15434471bef733eac541689244 (diff)
downloadpfsense-64f8d068777507a6a7d8363e0f58b7457d59037b.zip
pfsense-64f8d068777507a6a7d8363e0f58b7457d59037b.tar.gz
Nuke stray n's
-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 219e25d..8666f59 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -955,14 +955,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