linux/drivers/net/team
Jiri Pirko 19a0b58e50 team: allow to enable/disable ports
This patch changes content of hashlist (used to get port struct by
computed index (0...en_port_count-1)). Now the hash list contains only
enabled ports so userspace will be able to say what ports can be used
for tx/rx. This becomes handy when userspace will need to disable ports
which does not belong to active aggregator. By default, newly added port
is enabled.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-21 16:26:33 -04:00
..
Kconfig team: add loadbalance mode 2012-04-04 20:30:40 -04:00
Makefile team: add loadbalance mode 2012-04-04 20:30:40 -04:00
team_mode_activebackup.c team: add missed "statics" 2012-04-11 10:03:52 -04:00
team_mode_loadbalance.c team: allow to enable/disable ports 2012-04-21 16:26:33 -04:00
team_mode_roundrobin.c team: allow to enable/disable ports 2012-04-21 16:26:33 -04:00
team.c team: allow to enable/disable ports 2012-04-21 16:26:33 -04:00