summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-01-05 07:43:19 +0000
committerChris Buechler <cmb@pfsense.org>2008-01-05 07:43:19 +0000
commita43b93942efaa91663697c08afd518bc3ced453a (patch)
tree9a4b7c75026a5e0c32e74fab895e3acc9aeede8f /etc/inc/globals.inc
parent211c96c8aa720d3fc641ac076d31ba9888269592 (diff)
downloadpfsense-a43b93942efaa91663697c08afd518bc3ced453a.zip
pfsense-a43b93942efaa91663697c08afd518bc3ced453a.tar.gz
add vr(4) VLAN support
Ticket #1561
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index ec0dc2c..4a32233 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -64,7 +64,7 @@ $g = array(
"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", "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")
);
/* IP TOS flags */
OpenPOWER on IntegriCloud