diff options
author | Ermal <eri@pfsense.org> | 2010-12-07 10:56:50 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-12-07 10:56:50 +0000 |
commit | be888d7f4f1c9995f36e377f15ba3626ba5c3dc9 (patch) | |
tree | 57de7c43082ce6b5949ce604c026bbb283c60bef /etc | |
parent | dd62256f08c00813b5618c2cb5189f8abcfa3337 (diff) | |
download | pfsense-be888d7f4f1c9995f36e377f15ba3626ba5c3dc9.zip pfsense-be888d7f4f1c9995f36e377f15ba3626ba5c3dc9.tar.gz |
Add lem(4) to our drivers list.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/globals.inc | 4 | ||||
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
2 files changed, 3 insertions, 3 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 +?> diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index ae4efc6..cfce316 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -3359,7 +3359,7 @@ function is_altq_capable($int) { */ $capable = array("age", "ale", "an", "ath", "aue", "awi", "bce", "bfe", "bge", "dc", "de", "ed", "em", "ep", "fxp", "gem", - "hme", "igb", "ipw", "iwi", "jme", "le", "msk", "mxge", "my", "nfe", + "hme", "igb", "ipw", "iwi", "jme", "le", "lem", "msk", "mxge", "my", "nfe", "npe", "nve", "ral", "re", "rl", "rum", "run", "bwn", "sf", "sis", "sk", "ste", "stge", "txp", "udav", "ural", "vge", "vr", "wi", "xl", "ndis", "tun", "ovpns", "ovpnc", "vlan", "pppoe", "pptp", "ng", |