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 @@ -991,13 +991,14 @@ static void team_port_disable(struct team *team,
991
991
static void __team_compute_features (struct team * team )
992
992
{
993
993
struct team_port * port ;
994
- netdev_features_t vlan_features = TEAM_VLAN_FEATURES &
995
- NETIF_F_ALL_FOR_ALL ;
994
+ netdev_features_t vlan_features = TEAM_VLAN_FEATURES ;
996
995
netdev_features_t enc_features = TEAM_ENC_FEATURES ;
997
996
unsigned short max_hard_header_len = ETH_HLEN ;
998
997
unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
999
998
IFF_XMIT_DST_RELEASE_PERM ;
1000
999
1000
+ vlan_features = netdev_base_features (vlan_features );
1001
+
1001
1002
rcu_read_lock ();
1002
1003
list_for_each_entry_rcu (port , & team -> port_list , list ) {
1003
1004
vlan_features = netdev_increment_features (vlan_features ,
You can’t perform that action at this time.
0 commit comments