diff options
author | Xin Long <lucien.xin@gmail.com> | 2018-03-25 20:25:06 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-26 19:51:45 +0300 |
commit | 982cf3b3999d39a2eaca0a65542df33c19b5d814 (patch) | |
tree | 36d984cbe955ff04323c64fa4032c16809f2daa7 /COPYING | |
parent | e49c78f4aa1d3985226a61edcd48dc002227581f (diff) | |
download | linux-982cf3b3999d39a2eaca0a65542df33c19b5d814.tar.xz |
team: move dev_mc_sync after master_upper_dev_link in team_port_add
The same fix as in 'bonding: move dev_mc_sync after master_upper_dev_link
in bond_enslave' is needed for team driver.
The panic can be reproduced easily:
ip link add team1 type team
ip link set team1 up
ip link add link team1 vlan1 type vlan id 80
ip link set vlan1 master team1
Fixes: cb41c997d444 ("team: team should sync the port's uc/mc addrs when add a port")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions