[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1287695269.2707.7.camel@takos>
Date: Fri, 22 Oct 2010 06:07:49 +0900
From: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
To: kaber@...sh.net
Cc: bazsi@...abit.hu, hidden@...abit.hu, davem@...emloft.net,
netfilter-devel@...r.kernel.org, netdev@...r.kernel.org,
yoshfuji@...ux-ipv6.org
Subject: Re: [PATCH 63/72] tproxy: allow non-local binds of IPv6 sockets if
IP_TRANSPARENT is enabled
Hello.
On 2010-10-21, kaber@...sh.net wrote:
> From: Balazs Scheidler <bazsi@...abit.hu>
>
> Signed-off-by: Balazs Scheidler <bazsi@...abit.hu>
> Signed-off-by: KOVACS Krisztian <hidden@...abit.hu>
> Signed-off-by: Patrick McHardy <kaber@...sh.net>
> ---
> net/ipv6/af_inet6.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
> index 56b9bf2..4869797 100644
> --- a/net/ipv6/af_inet6.c
> +++ b/net/ipv6/af_inet6.c
> @@ -343,7 +343,8 @@ int inet6_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
> */
> v4addr = LOOPBACK4_IPV6;
> if (!(addr_type & IPV6_ADDR_MULTICAST)) {
> - if (!ipv6_chk_addr(net, &addr->sin6_addr,
> + if (!inet->transparent &&
> + !ipv6_chk_addr(net, &addr->sin6_addr,
> dev, 0)) {
> err = -EADDRNOTAVAIL;
> goto out_unlock;
Sorry, NAK.
http://kerneltrap.org/mailarchive/linux-netdev/2010/7/5/6280572
--yoshfuji
--
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