[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080803.211607.121999735.davem@davemloft.net>
Date: Sun, 03 Aug 2008 21:16:07 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: herbert@...dor.apana.org.au
Cc: yjwei@...fujitsu.com, vladislav.yasevich@...com,
kuznet@....inr.ac.ru, netdev@...r.kernel.org
Subject: Re: [PATCH] inet6: Fix paramater issue of inet6_csk_xmit
From: Herbert Xu <herbert@...dor.apana.org.au>
Date: Mon, 4 Aug 2008 11:05:07 +0800
> On Mon, Aug 04, 2008 at 10:58:06AM +0800, Wei Yongjun wrote:
> >
> > You need this patch to let sctp under IPv6 do the correct thing.
>
> Good point.
>
> > ipv6: Do not drop packet if skb->local_df is set to true
> >
> > The old code will drop IPv6 packet if ipfragok is not set, since ipfragok is
> > obsoleted, will be instead by used skb->local_df, so this check must be
> > changed
> > to skb->local_df.
> >
> > This patch fix this problem and not drop packet if skb->local_df is set to
> > true.
> >
> > Signed-off-by: Wei Yongjun <yjwei@...fujitsu.com>
>
> Acked-by: Herbert Xu <herbert@...dor.apana.org.au>
Also applied, thanks everyone.
--
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