summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal Luci <eri@pfsense.org>2009-01-25 19:06:50 +0000
committerErmal Luci <eri@pfsense.org>2009-01-25 19:06:50 +0000
commite09bd5be5fd91e902d0d88f7c650b9e0b46eaca8 (patch)
treea26e777e1f4fe76e5ad809f63860ebb6f02d0c05 /etc/inc/globals.inc
parent983271b38c7779f3cf7da2a812aa690311bb97b9 (diff)
downloadpfsense-e09bd5be5fd91e902d0d88f7c650b9e0b46eaca8.zip
pfsense-e09bd5be5fd91e902d0d88f7c650b9e0b46eaca8.tar.gz
Add lagg(4) to the list of drivers supporting vlan!
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index f764f4c..951349f 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -80,8 +80,8 @@ $g = array(
"update_url" => "http://updates.pfSense.com/_updaters",
"update_manifest" => "http://updates.pfSense.com/manifest",
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/",
- "vlan_native_supp" => array("bce", "bge", "bfe", "cxgb", "dc", "em", "fxp", "gem", "hme", "ixgb", "msk", "nge", "re", "rl", "sis", "ste", "stge", "ti", "tl", "tx", "txp", "vge", "vr", "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")
+ "vlan_native_supp" => array("bce", "bge", "bfe", "cxgb", "dc", "em", "fxp", "gem", "hme", "ixgb", "msk", "nge", "re", "rl", "sis", "ste", "stge", "ti", "tl", "tx", "txp", "vge", "vr", "xl", "lagg"),
+ "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", "lagg")
);
/* IP TOS flags */
@@ -90,4 +90,4 @@ $iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud