Re: [PATCH net-next] bridge: mcast: when multicast is disabled flush the groups

2015-07-22 Thread Nikolay Aleksandrov
On 07/22/2015 07:03 PM, Cong Wang wrote: > On Wed, Jul 22, 2015 at 3:28 AM, Nikolay Aleksandrov > wrote: >> From: Satish Ashok >> >> Once multicast gets disabled we should flush the groups. >> Example: >> # bridge mdb add dev br0 port eth3 grp 239.0.0.1 >> # bridge mdb >> dev br0 port eth3 grp 23

Re: [PATCH net-next] bridge: mcast: when multicast is disabled flush the groups

2015-07-22 Thread Cong Wang
On Wed, Jul 22, 2015 at 3:28 AM, Nikolay Aleksandrov wrote: > From: Satish Ashok > > Once multicast gets disabled we should flush the groups. > Example: > # bridge mdb add dev br0 port eth3 grp 239.0.0.1 > # bridge mdb > dev br0 port eth3 grp 239.0.0.1 temp > # echo 0 > multicast_snooping > # bri

[PATCH net-next] bridge: mcast: when multicast is disabled flush the groups

2015-07-22 Thread Nikolay Aleksandrov
From: Satish Ashok Once multicast gets disabled we should flush the groups. Example: # bridge mdb add dev br0 port eth3 grp 239.0.0.1 # bridge mdb dev br0 port eth3 grp 239.0.0.1 temp # echo 0 > multicast_snooping # bridge mdb Signed-off-by: Satish Ashok Signed-off-by: Nikolay Aleksandrov ---