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

From: Cong Wang
Date: Mon Mar 10 2014 - 15:01:25 EST


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

Just "is_general_query = group && ipv6_addr_any(group);" should be okay.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/