From 3a329688834541dc0cf436972984dbdc84d108a7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 1 May 2008 18:42:57 +0000 Subject: Add vge to vlan supported nics. Verified by darkx via irc. --- etc/inc/globals.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 6d618b3..1fab6c5 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -75,8 +75,8 @@ $g = array( "xmlrpcpath" => "/pfSense/xmlrpc.php", "embeddedbootupslice" => "/dev/ad0a", "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan)/", - "vlan_native_supp" => array("bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"), - "vlan_long_frame" => array("bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl") + "vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"), + "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") ); /* IP TOS flags */ -- cgit v1.1