summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-12-25 09:15:22 +0000
committerChris Buechler <cmb@pfsense.org>2007-12-25 09:15:22 +0000
commit434d8e7dd516a008fbc8ea96367162147682a825 (patch)
tree361e27599475df4d5d926ef3f5e18e479462acdc /etc/inc/globals.inc
parent6556f5476d363c44388941f6f7782ff4aa671201 (diff)
downloadpfsense-434d8e7dd516a008fbc8ea96367162147682a825.zip
pfsense-434d8e7dd516a008fbc8ea96367162147682a825.tar.gz
Use list of VLAN long frame and native capable interfaces from globals.inc, and remove duplicate (and incomplete) list in interfaces.inc. Update list in globals.inc.
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 1b86807..ec0dc2c 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", "nge", "re", "rl", "sis", "ste", "ti", "tl", "tx", "txp", "xl", "sk")
+ "vlan_long_frame" => array("bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "xl")
);
/* IP TOS flags */
@@ -73,4 +73,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