File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -992,13 +992,14 @@ static void team_port_disable(struct team *team,
992
992
static void __team_compute_features (struct team * team )
993
993
{
994
994
struct team_port * port ;
995
- netdev_features_t vlan_features = TEAM_VLAN_FEATURES &
996
- NETIF_F_ALL_FOR_ALL ;
995
+ netdev_features_t vlan_features = TEAM_VLAN_FEATURES ;
997
996
netdev_features_t enc_features = TEAM_ENC_FEATURES ;
998
997
unsigned short max_hard_header_len = ETH_HLEN ;
999
998
unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
1000
999
IFF_XMIT_DST_RELEASE_PERM ;
1001
1000
1001
+ vlan_features = netdev_base_features (vlan_features );
1002
+
1002
1003
rcu_read_lock ();
1003
1004
list_for_each_entry_rcu (port , & team -> port_list , list ) {
1004
1005
vlan_features = netdev_increment_features (vlan_features ,
You can’t perform that action at this time.
0 commit comments