summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-12-22 07:08:27 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-12-22 07:08:27 -0700
commit40eb0394c83836bff2b315e51434724a9f34fa61 (patch)
tree54cd385450dd1dff913350b3ae9ed351a73d27b0 /etc
parent1930ccb627965e49ce8bc5c14fcae6b98795b09b (diff)
downloadpfsense-40eb0394c83836bff2b315e51434724a9f34fa61.zip
pfsense-40eb0394c83836bff2b315e51434724a9f34fa61.tar.gz
Fix incorrect variable name.
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 70df451..f345a34 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -110,7 +110,7 @@ $g = array(
// Loop through and set vlan_long_frame VLAN_MTU
$vlan_native_supp = get_nics_with_capabilities("vlanmtu");
-$g['vlan_long_frame'] = array_merge(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"), $vlan_native_support);
+$g['vlan_long_frame'] = array_merge(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"), $vlan_native_supp);
/* IP TOS flags */
$iptos = array("lowdelay", "throughput", "reliability");
OpenPOWER on IntegriCloud