forked from luck/tmp_suning_uos_patched
team: Don't segment multiple tagged packets on team device
Team devices don't need to segment multiple tagged packets since their slaves can segment them. Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4847f04982
commit
b9f4cf7531
|
@ -1979,6 +1979,7 @@ static const struct net_device_ops team_netdev_ops = {
|
|||
.ndo_change_carrier = team_change_carrier,
|
||||
.ndo_bridge_setlink = ndo_dflt_netdev_switch_port_bridge_setlink,
|
||||
.ndo_bridge_dellink = ndo_dflt_netdev_switch_port_bridge_dellink,
|
||||
.ndo_features_check = passthru_features_check,
|
||||
};
|
||||
|
||||
/***********************
|
||||
|
|
Loading…
Reference in New Issue
Block a user