[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHA+R7O1XNRhY_psPhtP0JLxFhXbVE=bQc2J=RcFAKvYV6tMgQ@mail.gmail.com>
Date: Mon, 10 Mar 2014 12:01:16 -0700
From: Cong Wang <cwang@...pensource.com>
To: Linus Lüssing <linus.luessing@....de>
Cc: netdev <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" <linux-kernel@...r.kernel.org>,
Jan Stancek <jstancek@...hat.com>,
Florian Westphal <fwestpha@...hat.com>
Subject: Re: [PATCH 1/2] bridge: multicast: add sanity check for general query destination
On Sun, Mar 9, 2014 at 8:39 PM, Linus Lüssing <linus.luessing@....de> 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 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