[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOkSjBhqhNYO3S1Gc1A4oOeONAriMbDQ=aStgB6EtZK=W+gNgA@mail.gmail.com>
Date: Fri, 26 Sep 2014 19:03:44 +0200
From: Arturo Borrero Gonzalez <arturo.borrero.glez@...il.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: akpm@...ux-foundation.org,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
linux-kernel@...r.kernel.org,
Netfilter Development Mailing list
<netfilter-devel@...r.kernel.org>, linux-next@...r.kernel.org,
sfr@...b.auug.org.au, mhocko@...e.cz
Subject: Re: mmotm 2014-09-25-16-28 uploaded (nf_nat_masquerade_ipv4.c)
On 26 September 2014 18:54, Randy Dunlap <rdunlap@...radead.org> wrote:
> On 09/25/14 16:28, akpm@...ux-foundation.org wrote:
>> The mm-of-the-moment snapshot 2014-09-25-16-28 has been uploaded to
>>
>> http://www.ozlabs.org/~akpm/mmotm/
>>
>> mmotm-readme.txt says
>>
>> README for mm-of-the-moment:
>>
>> http://www.ozlabs.org/~akpm/mmotm/
>>
>> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
>> more than once a week.
>
> ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c: In function 'nf_nat_masquerade_ipv4':
> ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c:59:5: error: 'struct nf_conn_nat' has no member named 'masq_index'
> nat->masq_index = out->ifindex;
> ^
> ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c: In function 'device_cmp':
> ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c:83:12: error: 'const struct nf_conn_nat' has no member named 'masq_index'
> return nat->masq_index == (int)(long)ifindex;
> ^
> ../net/ipv4/netfilter/nf_nat_masquerade_ipv4.c:84:1: warning: control reaches end of non-void function [-Wreturn-type]
>
>
That seems fixed in this commit by Pablo Neira:
http://git.kernel.org/cgit/linux/kernel/git/pablo/nf-next.git/commit/?id=67981fefb20e717cea55b42f9081a833fa46b3be
I guess the patch will hit linux-next soon.
Thanks, regards.
--
Arturo Borrero González
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists