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

Commit eccaa9e5 authored by David S. Miller's avatar David S. Miller
Browse files

Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge"



This reverts commit 00ba4cb3.

Discussion with David Ahern determined that this change is
actually not needed.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0d4a6608
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -99,10 +99,8 @@ static int add_del_if(struct net_bridge *br, int ifindex, int isadd)

	if (isadd)
		ret = br_add_if(br, dev);
	else {
	else
		ret = br_del_if(br, dev);
		rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_MASTER, GFP_KERNEL);
	}

	return ret;
}