summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-25 22:22:55 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-25 22:22:55 +0000
commit8b616f2c8a8b41932467fe4a4861c1d3e83b4511 (patch)
tree603a805bab3390ee47f6c17043fb5b3363ce4a6b /etc
parente57a441e29e4561bd5c478129a5545ae577ac64e (diff)
downloadpfsense-8b616f2c8a8b41932467fe4a4861c1d3e83b4511.zip
pfsense-8b616f2c8a8b41932467fe4a4861c1d3e83b4511.tar.gz
Fix finding interfaces that support hwtagging.
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