summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/networking
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-04-22 05:52:18 +0000
committeradrian <adrian@FreeBSD.org>2013-04-22 05:52:18 +0000
commit38a1025029f2645291d940ab9f0b7c9c808e2c92 (patch)
tree83f1784af5180358d4b9b50d73dc425cb58b4848 /usr.sbin/bsdconfig/networking
parent8f385d0e89111ca1716767f7dc0bdffe3225b3d0 (diff)
downloadFreeBSD-src-38a1025029f2645291d940ab9f0b7c9c808e2c92.zip
FreeBSD-src-38a1025029f2645291d940ab9f0b7c9c808e2c92.tar.gz
Convert over the etherswitch framework to use VLAN IDs per port, rather
than VLAN groups. Some chips (eg this rtl8366rb) has a VLAN group per port - you first define a set of VLANs in a vlan group, then you assign a VLAN group to a port. Other chips (eg the AR8xxx switch chips) have a VLAN ID array per port - there's no group per se, just a list of vlans that can be configured. So for now, the switch API will use the latter and rely on drivers doing the heavy lifting if one wishes to use the VLAN group method. Maybe later on both can be supported. PR: kern/177878 PR: kern/177873 Submitted by: Luiz Otavio O Souza <loos.br@gmail.com> Reviewed by: ray
Diffstat (limited to 'usr.sbin/bsdconfig/networking')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud