linux/drivers/net/team
Hangbin Liu 43c2adb9df team: set slave to promisc if team is already in promisc mode
After adding a team interface to bridge, the team interface will enter
promisc mode. Then if we add a new slave to team0, the slave will keep
promisc off. Fix it by setting slave to promisc on if team master is
already in promisc mode, also do the same for allmulti.

v2: add promisc and allmulti checking when delete ports

Fixes: 3d249d4ca7 ("net: introduce ethernet teaming device")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-10 19:17:59 -07:00
..
Kconfig
Makefile
team.c team: set slave to promisc if team is already in promisc mode 2019-04-10 19:17:59 -07:00
team_mode_activebackup.c
team_mode_broadcast.c
team_mode_loadbalance.c team: Free BPF filter when unregistering netdev 2019-03-04 10:57:29 -08:00
team_mode_random.c
team_mode_roundrobin.c