Re: [PATCH net] bridge: mdb: allow the user to delete mdb entry if there's a querier

2015-07-10 Thread David Miller
From: Nikolay Aleksandrov Date: Thu, 9 Jul 2015 04:12:45 -0700 > From: Satish Ashok > > Until now when a querier was present static entries couldn't be deleted. > Fix this and allow the user to manipulate the mdb with or without a > querier. > > Signed-off-by: Satish Ashok > Signed-off-by: N

[PATCH net] bridge: mdb: allow the user to delete mdb entry if there's a querier

2015-07-09 Thread Nikolay Aleksandrov
From: Satish Ashok Until now when a querier was present static entries couldn't be deleted. Fix this and allow the user to manipulate the mdb with or without a querier. Signed-off-by: Satish Ashok Signed-off-by: Nikolay Aleksandrov --- net/bridge/br_mdb.c | 11 ++- 1 file changed, 2 i