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,
991991static void __team_compute_features (struct team * team )
992992{
993993 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 ;
996995 netdev_features_t enc_features = TEAM_ENC_FEATURES ;
997996 unsigned short max_hard_header_len = ETH_HLEN ;
998997 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
999998 IFF_XMIT_DST_RELEASE_PERM ;
1000999
1000+ vlan_features = netdev_base_features (vlan_features );
1001+
10011002 rcu_read_lock ();
10021003 list_for_each_entry_rcu (port , & team -> port_list , list ) {
10031004 vlan_features = netdev_increment_features (vlan_features ,
You can’t perform that action at this time.
0 commit comments