[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121113085930.GE20678@breakpoint.cc>
Date: Tue, 13 Nov 2012 09:59:30 +0100
From: Florian Westphal <fw@...len.de>
To: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Cc: pablo@...filter.org, netfilter-devel@...r.kernel.org,
davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH 3/3] netfilter: ipv6: add getsockopt to retrieve origdst
YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org> wrote:
> pablo@...filter.org wrote:
> > From: Florian Westphal <fw@...len.de>
> > + sin6.sin6_scope_id = sk->sk_bound_dev_if;
> > +
> > + nf_ct_put(ct);
> > + return copy_to_user(user, &sin6, sizeof(sin6)) ? -EFAULT : 0;
> > +}
> > +
>
> I think we should set sin6_scope_id to sk->sk_bound_dev_if only if the
> destination is link-local address.
Right, I see that getpeer/sockname has this test.
Dave, please either apply the patch as is (I'd submit a fixup)
or discard i, I'll then send a V2 with added
ipv6_addr_type(&sin->sin6_addr) & IPV6_ADDR_LINKLOCAL
test to Pablo.
Thanks for reviewing.
--
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