[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140310225600.GJ5493@order.stressinduktion.org>
Date: Mon, 10 Mar 2014 23:56:00 +0100
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: Linus Lüssing <linus.luessing@....de>
Cc: netdev@...r.kernel.org, bridge@...ts.linux-foundation.org,
Stephen Hemminger <stephen@...workplumber.org>,
"David S. Miller" <davem@...emloft.net>,
linux-kernel@...r.kernel.org, Jan Stancek <jstancek@...hat.com>,
Florian Westphal <fwestpha@...hat.com>
Subject: Re: [PATCHv2 2/2] bridge: multicast: enable snooping on general queries only
On Mon, Mar 10, 2014 at 10:25:25PM +0100, Linus Lüssing wrote:
> br_multicast_query_received(br, port, &br->ip6_querier,
> - !ipv6_addr_any(&ip6h->saddr), max_delay);
> + !ipv6_addr_any(&ip6h->saddr),
> + is_general_query, max_delay);
Just a small nit, maybe for a later patch:
After your change 6565b9eeef194a ("bridge: multicast: add sanity check
for query source addresses"), which is still in -net only, we could
replace !ipv6_addr_any(&ip6h->saddr) with '1'?
Greetings,
Hannes
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists