2 tristate "Ethernet team driver support (EXPERIMENTAL)"
3 depends on EXPERIMENTAL
5 This allows one to create virtual interfaces that teams together
6 multiple ethernet devices.
8 Team devices can be added using the "ip" command from the
11 "ip link add link [ address MAC ] [ NAME ] type team"
13 To compile this driver as a module, choose M here: the module
18 config NET_TEAM_MODE_ROUNDROBIN
19 tristate "Round-robin mode support"
22 Basic mode where port used for transmitting packets is selected in
23 round-robin fashion using packet counter.
25 All added ports are setup to have bond's mac address.
27 To compile this team mode as a module, choose M here: the module
28 will be called team_mode_roundrobin.
30 config NET_TEAM_MODE_ACTIVEBACKUP
31 tristate "Active-backup mode support"
34 Only one port is active at a time and the rest of ports are used
37 Mac addresses of ports are not modified. Userspace is responsible
40 To compile this team mode as a module, choose M here: the module
41 will be called team_mode_activebackup.