summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-01 18:42:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-01 18:42:57 +0000
commit3a329688834541dc0cf436972984dbdc84d108a7 (patch)
treef68c0e3c84f429256bf3b9f6e08026bdb1ebd3bd /etc/inc/globals.inc
parentc0cf27aacd464a1c7773b257b153d5d2498d1d10 (diff)
downloadpfsense-3a329688834541dc0cf436972984dbdc84d108a7.zip
pfsense-3a329688834541dc0cf436972984dbdc84d108a7.tar.gz
Add vge to vlan supported nics. Verified by darkx via irc.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 6d618b3..1fab6c5 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -75,8 +75,8 @@ $g = array(
"xmlrpcpath" => "/pfSense/xmlrpc.php",
"embeddedbootupslice" => "/dev/ad0a",
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan)/",
- "vlan_native_supp" => array("bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"),
- "vlan_long_frame" => array("bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl")
+ "vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"),
+ "vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl")
);
/* IP TOS flags */
OpenPOWER on IntegriCloud