diff options
author | Jiri Pirko <jpirko@redhat.com> | 2012-07-11 05:34:03 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-12 08:08:20 -0700 |
commit | 5fc889911a99043a97da1daa0d010ad72cbc3042 (patch) | |
tree | 27b18274d2c02e1f43e643f5653f2cf021f4f5b8 /drivers/net/team/Kconfig | |
parent | 6e88e1357c788d40cd64a8c9080e81ca6c9eee0f (diff) | |
download | linux-5fc889911a99043a97da1daa0d010ad72cbc3042.tar.gz linux-5fc889911a99043a97da1daa0d010ad72cbc3042.tar.bz2 linux-5fc889911a99043a97da1daa0d010ad72cbc3042.zip |
team: add broadcast mode
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/team/Kconfig')
-rw-r--r-- | drivers/net/team/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/net/team/Kconfig b/drivers/net/team/Kconfig index 89024d5fc33a..6a7260b03a1e 100644 --- a/drivers/net/team/Kconfig +++ b/drivers/net/team/Kconfig @@ -15,6 +15,17 @@ menuconfig NET_TEAM if NET_TEAM +config NET_TEAM_MODE_BROADCAST + tristate "Broadcast mode support" + depends on NET_TEAM + ---help--- + Basic mode where packets are transmitted always by all suitable ports. + + All added ports are setup to have team's mac address. + + To compile this team mode as a module, choose M here: the module + will be called team_mode_broadcast. + config NET_TEAM_MODE_ROUNDROBIN tristate "Round-robin mode support" depends on NET_TEAM @@ -22,7 +33,7 @@ config NET_TEAM_MODE_ROUNDROBIN Basic mode where port used for transmitting packets is selected in round-robin fashion using packet counter. - All added ports are setup to have bond's mac address. + All added ports are setup to have team's mac address. To compile this team mode as a module, choose M here: the module will be called team_mode_roundrobin. |