[Bridge] [PATCH 1/2] bridge: multicast: add sanity check for general query destination

Cong Wang cwang at twopensource.com
Mon Mar 10 19:01:16 UTC 2014


On Sun, Mar 9, 2014 at 8:39 PM, Linus Lüssing <linus.luessing at web.de> wrote:
> +       is_general_query = group && ipv6_addr_any(group) ? true : false;
> +

Just "is_general_query = group && ipv6_addr_any(group);" should be okay.


More information about the Bridge mailing list