Re: [PATCH v3 net-next 2/5] net: bridge: Send notification when host join/leaves a group
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2017-11-08 01:41:59
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2017-11-08 01:41:59
On 11/06/2017 03:26 PM, Andrew Lunn wrote:
The host can join or leave a multicast group on the brX interface, as indicated by IGMP snooping. This is tracked within the bridge multicast code. Send a notification when this happens, in the same way a notification is sent when a port of the bridge joins/leaves a group because of IGMP snooping. Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian