|
@@ -1038,6 +1038,7 @@ static void bond_compute_features(struct bonding *bond)
|
|
|
|
|
|
if (!bond_has_slaves(bond))
|
|
if (!bond_has_slaves(bond))
|
|
goto done;
|
|
goto done;
|
|
|
|
+ vlan_features &= NETIF_F_ALL_FOR_ALL;
|
|
|
|
|
|
bond_for_each_slave(bond, slave, iter) {
|
|
bond_for_each_slave(bond, slave, iter) {
|
|
vlan_features = netdev_increment_features(vlan_features,
|
|
vlan_features = netdev_increment_features(vlan_features,
|