lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 08 Oct 2015 22:19:47 +0200
From:	Maxime Bizon <mbizon@...ebox.fr>
To:	netdev <netdev@...r.kernel.org>
Cc:	davem <davem@...emloft.net>, kaber <kaber@...sh.net>,
	pablo@...filter.org,
	netfilter-devel <netfilter-devel@...r.kernel.org>
Subject: Re: [PATCH] netfilter: fix bad checksum on IPv6 when NAT is
 performed


On Tue, 2015-10-06 at 16:23 +0200, Maxime Bizon wrote:

> +	if (maniptype == NF_NAT_MANIP_SRC) {
> +		from = ipv6h->saddr.s6_addr32;
> +		to = target->src.u3.in6.s6_addr32;
> +	} else {
> +		from = ipv6h->daddr.s6_addr32;
> +		to = target->src.u3.in6.s6_addr32;
> +	}

stupid copy & paste error here, will send v2

-- 
Maxime


--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ