[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140116122409.GC7436@order.stressinduktion.org>
Date: Thu, 16 Jan 2014 13:24:09 +0100
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: Daniel Borkmann <dborkman@...hat.com>,
netdev <netdev@...r.kernel.org>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>
Subject: Re: [PATCH net-next] ipv6: send Change Status Report after DAD is completed
On Thu, Jan 16, 2014 at 10:21:54AM -0200, Flavio Leitner wrote:
> > >diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
> > >index 99cd65c..8ac17f5 100644
> > >--- a/net/ipv6/mcast.c
> > >+++ b/net/ipv6/mcast.c
> > >@@ -1493,7 +1493,7 @@ static struct sk_buff *add_grhead(struct sk_buff *skb, struct ifmcaddr6 *pmc,
> > > skb_tailroom(skb)) : 0)
> > >
> > > static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc,
> > >- int type, int gdeleted, int sdeleted)
> > >+ int type, int gdeleted, int sdeleted, int crsend)
> >
> > Maybe we should convert the last three to 'bool' at some point in time?
>
> I'd say so.
Maybe it works out those can be one enum with a specified operation and no
bool vector?
Maybe you could have a look?
Thanks,
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