summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-07 10:56:50 +0000
committerErmal <eri@pfsense.org>2010-12-07 10:56:50 +0000
commitbe888d7f4f1c9995f36e377f15ba3626ba5c3dc9 (patch)
tree57de7c43082ce6b5949ce604c026bbb283c60bef /etc/inc/globals.inc
parentdd62256f08c00813b5618c2cb5189f8abcfa3337 (diff)
downloadpfsense-be888d7f4f1c9995f36e377f15ba3626ba5c3dc9.zip
pfsense-be888d7f4f1c9995f36e377f15ba3626ba5c3dc9.tar.gz
Add lem(4) to our drivers list.
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 bab448d..ef04f37 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -113,7 +113,7 @@ $vlan_native_supp = get_nics_with_capabilities("vlanmtu");
if(count($vlan_native_supp) > 0)
$g['vlan_long_frame'] = $vlan_native_supp;
else
- $g['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");
+ $g['vlan_long_frame'] = array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "lem", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl", "lagg");
/* IP TOS flags */
$iptos = array("lowdelay", "throughput", "reliability");
@@ -167,4 +167,4 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
$config_parsed = false;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud