Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1098cee6 authored by Zhang Shengju's avatar Zhang Shengju Committed by David S. Miller
Browse files

bonding: remove duplicate set of flag IFF_MULTICAST



Remove unnecessary set of flag IFF_MULTICAST, since ether_setup
already does this.

Signed-off-by: default avatarZhang Shengju <zhangshengju@cmss.chinamobile.com>
Reviewed-by: default avatarNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: default avatarAndy Gospodarek <gospo@cumulusnetworks.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 93e68cd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4175,7 +4175,7 @@ void bond_setup(struct net_device *bond_dev)
	SET_NETDEV_DEVTYPE(bond_dev, &bond_type);

	/* Initialize the device options */
	bond_dev->flags |= IFF_MASTER|IFF_MULTICAST;
	bond_dev->flags |= IFF_MASTER;
	bond_dev->priv_flags |= IFF_BONDING | IFF_UNICAST_FLT | IFF_NO_QUEUE;
	bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);