summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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 b8b30a1..014cdd4 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -107,7 +107,7 @@ $g = array(
);
// Loop through and set vlan_native_supp (native vlan tagging)
-$vlan_native_supp = get_nics_with_capabilities("HWTAGGING");
+$vlan_native_supp = get_nics_with_capabilities("vlanhwtag");
if(count($vlan_native_supp) > 0)
$g['vlan_native_supp'] = $vlan_native_supp;
else
OpenPOWER on IntegriCloud