summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-25 22:36:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-25 22:36:13 +0000
commit0d55818db1c7202f3c7d1878ad495cefee9d0386 (patch)
tree09aeef6834219d78e57fdb5b62ef74dd6cea7440 /etc
parentde068d0b22a7a97204d89217f2a553a0fb62bda8 (diff)
downloadpfsense-0d55818db1c7202f3c7d1878ad495cefee9d0386.zip
pfsense-0d55818db1c7202f3c7d1878ad495cefee9d0386.tar.gz
Update native and long frame support from vlan(4)
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 08b80db..1e70425 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -50,10 +50,10 @@ function interfaces_vlan_configure() {
if (is_array($config['vlans']['vlan']) && count($config['vlans']['vlan'])) {
/* devices with native VLAN support */
- $vlan_native_supp = explode(" ", "bge em gx nge ti txp");
+ $vlan_native_supp = explode(" ", "bge em ixgb nge re ti txp vge");
/* devices with long frame support */
- $vlan_long_supp = explode(" ", "dc fxp sis ste tl tx xl");
+ $vlan_long_supp = explode(" ", "bfe dc fxp gem hme le rl sis sk ste tl tx xl");
$i = 0;
OpenPOWER on IntegriCloud