Re: [Bridge] [PATCHv2 net-next 2/4] bridge: adhere to querier election mechanism specified by RFCs

2014-10-12 Thread Ajith Adapa
Hi Luessing, As per RFC 4541, snooping switches send query with source address as 0.0.0.0 since port in a L2 switch doesn't have ip-address configured. With current changes linux bridge will always select a querier who sends a query message with 0.0.0.0. Right ? + if (ntohl(saddr) <= ntohl

Re: [Bridge] [PATCHv2 net-next 2/4] bridge: adhere to querier election mechanism specified by RFCs

2014-06-26 Thread Linus Lüssing
Hi Ajith, On Mon, Jun 23, 2014 at 07:58:21AM +0530, Ajith Adapa wrote: > Hi Luessing, > > As per RFC 4541, snooping switches send query with source address as > 0.0.0.0 since port in a L2 switch doesn't have ip-address configured. Hm, I'm not quite sure whether this is true. Do you have a secti

[Bridge] [PATCHv2 net-next 2/4] bridge: adhere to querier election mechanism specified by RFCs

2014-05-24 Thread Linus Lüssing
MLDv1 (RFC2710 section 6), MLDv2 (RFC3810 section 7.6.2), IGMPv2 (RFC2236 section 3) and IGMPv3 (RFC3376 section 6.6.2) specify that the querier with lowest source address shall become the selected querier. So far the bridge stopped its querier as soon as it heard another querier regardless of its