From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 03/38] netns nf: ip6table_mangle in netns for real Date: Thu, 04 Sep 2008 18:03:43 +0200 Message-ID: <48C006DF.1070202@trash.net> References: <20080821215739.GC31136@x200.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, containers@lists.linux-foundation.org To: adobriyan@gmail.com Return-path: Received: from stinky.trash.net ([213.144.137.162]:65260 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752387AbYIDQDp (ORCPT ); Thu, 4 Sep 2008 12:03:45 -0400 In-Reply-To: <20080821215739.GC31136@x200.localdomain> Sender: netdev-owner@vger.kernel.org List-ID: adobriyan@gmail.com wrote: > Signed-off-by: Alexey Dobriyan 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.