aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2002-02-15 05:11:11 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2002-02-15 05:11:11 +0000
commite88516c29be6676c0027b0cde4dcb9d958ce0a66 (patch)
treea31020a2b99a17455d32ab0af32836245e0301f0 /sys/dev/ata
parentcad15830dcce9c7180c49a682f0b5fad8ba14342 (diff)
downloadsrc-e88516c29be6676c0027b0cde4dcb9d958ce0a66.tar.gz
src-e88516c29be6676c0027b0cde4dcb9d958ce0a66.zip
Lots of improvement to the bridging code.
In order of importance: + each cluster now uses private data structures (filtering and local address tables) so you can treat them as fully independent switches. This part of the work was supported by: Cisco Systems, Inc. - NSITE lab, RTP, NC. + cleaned up the handling of configuration, so the system will behave much better when real or pseudo devices are dynamically attached or detached. It should also not panic anymore on systems with large number of devices, closing a few existings PRs on the topic. + while at it, add support for VLAN. This means that a FreeBSD box can now work as a real VLAN switch, with trunk interfaces etc. As an example: ifconfig vlan0 vlan 3 vlandev dc0 ifconfig vlan1 vlan 4 vlandev dc0 net.link.ether.bridge_cfg="vlan0:3,dc1:3,vlan1:4,dc1:4" uses dc0 as a trunk interface, and dc1 and dc3 as ports on vlans 3 and 4 You get the idea... NOTA BENE: by default bridge_cfg is initialised to "" so even if you enable bridging, no packets will be bridged until you set the list of interfaces on which you want this to happen. + large restructuring of the code, moving private vars and types from bridge.h to bridge.c. + added a lot of comments to the code to explain how to use it.
Notes
Notes: svn path=/head/; revision=90678
Diffstat (limited to 'sys/dev/ata')
0 files changed, 0 insertions, 0 deletions