From 40eb0394c83836bff2b315e51434724a9f34fa61 Mon Sep 17 00:00:00 2001 From: Erik Fonnesbeck Date: Wed, 22 Dec 2010 07:08:27 -0700 Subject: Fix incorrect variable name. --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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"); -- cgit v1.1