[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190531092043.wnfyyfdydemvamx3@salvia>
Date: Fri, 31 May 2019 11:20:43 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: wenxu@...oud.cn
Cc: netfilter-devel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] netfilter: ipv6: fix compile err unknown field
br_defrag and br_fragment
Hi,
On Fri, May 31, 2019 at 05:02:55PM +0800, wenxu@...oud.cn wrote:
> From: wenxu <wenxu@...oud.cn>
>
> When CONFIG_IPV6 is not build with modules and CONIFG_NF_CONNTRACK_BRIDGE=m
> There will compile err:
> net/ipv6/netfilter.c:242:2: error: unknown field 'br_defrag' specified in initializer
> .br_defrag = nf_ct_frag6_gather,
> net/ipv6/netfilter.c:243:2: error: unknown field 'br_fragment' specified in initializer
> .br_fragment = br_ip6_fragment,
Thanks for your patch, I have collapsed this chunk into:
http://patchwork.ozlabs.org/patch/1108255/
Powered by blists - more mailing lists