summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-01 18:43:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-01 18:43:03 +0000
commit0e2e96a79d52661c4dcd14572f7d27dc9f2bfee5 (patch)
tree2dd0cf64a87c8f6b53e38f78f1c8b513c2427f41 /etc/inc/globals.inc
parentcd8219dfbcc698a074cb695040ad9ecb72184ce7 (diff)
downloadpfsense-0e2e96a79d52661c4dcd14572f7d27dc9f2bfee5.zip
pfsense-0e2e96a79d52661c4dcd14572f7d27dc9f2bfee5.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 4a32233..9a285c0 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -63,8 +63,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