summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-01-05 07:46:49 +0000
committerChris Buechler <cmb@pfsense.org>2008-01-05 07:46:49 +0000
commit5485abc6869dd2ae966c55ea8617b9e149d857d6 (patch)
tree66b9c14c4f7bfb91ca5882046753da213327887c /etc
parent9c88328f8e44d29f3306cad89358bf9611928c01 (diff)
downloadpfsense-5485abc6869dd2ae966c55ea8617b9e149d857d6.zip
pfsense-5485abc6869dd2ae966c55ea8617b9e149d857d6.tar.gz
add vr(4) VLAN support
Ticket #1561
Diffstat (limited to 'etc')
-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 8e6fdeb..1494d9e 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -70,7 +70,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