summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-25 17:29:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-25 17:29:53 +0000
commitcd407459dcad8f618908f396a553688d9d5d9d1a (patch)
tree402d5672da85948a530c9b15c52e8a84b88aa1a9 /etc/inc/globals.inc
parent9d806dcd94053d05bfb07cf81730a03379ff3c8c (diff)
downloadpfsense-cd407459dcad8f618908f396a553688d9d5d9d1a.zip
pfsense-cd407459dcad8f618908f396a553688d9d5d9d1a.tar.gz
Add vlan_native_supp and vlan_long_frame
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 0adad60..3caea66 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -61,7 +61,9 @@ $g = array(
"captiveportal_element_sizelimit" => 262144,
"xmlrpcpath" => "/pfSense/xmlrpc.php",
"embeddedbootupslice" => "/dev/ad0a",
- "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan)/"
+ "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", "nge", "re", "rl", "sis", "ste", "ti", "tl", "tx", "txp", "xl", "sk")
);
/* IP TOS flags */
OpenPOWER on IntegriCloud