[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080710.165501.260157661.davem@davemloft.net>
Date: Thu, 10 Jul 2008 16:55:01 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dlezcano@...ibm.com
Cc: den@...nvz.org, netdev@...r.kernel.org, yoshfuji@...ux-ipv6.org,
benjamin.thery@...l.net, den@...allels.com
Subject: Re: [PATCH 1/1] ipv6: missed namespace context in ipv6_rthdr_rcv
From: Daniel Lezcano <dlezcano@...ibm.com>
Date: Thu, 10 Jul 2008 14:55:57 +0200
> Denis V. Lunev wrote:
> > Signed-off-by: Denis V. Lunev <den@...allels.com>
> > ---
> > net/ipv6/exthdrs.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c
> > index 3cd1c99..dcf94fd 100644
> > --- a/net/ipv6/exthdrs.c
> > +++ b/net/ipv6/exthdrs.c
> > @@ -445,7 +445,7 @@ looped_back:
> > kfree_skb(skb);
> > return -1;
> > }
> > - if (!ipv6_chk_home_addr(&init_net, addr)) {
> > + if (!ipv6_chk_home_addr(dev_net(skb->dst->dev), addr)) {
> > IP6_INC_STATS_BH(ip6_dst_idev(skb->dst),
> > IPSTATS_MIB_INADDRERRORS);
> > kfree_skb(skb);
>
> Thanks Denis :)
Applied to net-2.6, thanks!
--
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