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] [day] [month] [year] [list]
Date:	Thu, 04 Sep 2008 18:03:43 +0200
From:	Patrick McHardy <kaber@...sh.net>
To:	adobriyan@...il.com
CC:	netfilter-devel@...r.kernel.org, netdev@...r.kernel.org,
	containers@...ts.linux-foundation.org
Subject: Re: [PATCH 03/38] netns nf: ip6table_mangle in netns for real

adobriyan@...il.com wrote:
> Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>

Applied, thanks.

> @@ -108,7 +120,7 @@ ip6t_local_hook(unsigned int hook,
>  	/* flowlabel and prio (includes version, which shouldn't change either */
>  	flowlabel = *((u_int32_t *)ipv6_hdr(skb));
>  
> -	ret = ip6t_do_table(skb, hook, in, out, init_net.ipv6.ip6table_mangle);
> +	ret = ip6t_do_table(skb, hook, in, out, dev_net(out)->ipv6.ip6table_mangle);

I've fixed this to stay under the 80 char limit.

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