On Mon, Jun 03, 2019 at 11:21:28AM +0200, Pablo Neira Ayuso wrote:
> On Sun, Jun 02, 2019 at 09:49:26PM +0800, [email protected] wrote:
> > From: wenxu <[email protected]>
> >
> > CONFIG_NETFILTER=m and CONFIG_NF_DEFRAG_IPV6 is not set
Just noted that this should be:
CONFIG_IPV6=m
> > ERROR: "nf_ct_frag6_gather" [net/ipv6/ipv6.ko] undefined!
> >
> > Fixes: c9bb6165a16e ("netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y")
> > Reported-by: kbuild test robot <[email protected]>
> > Signed-off-by: wenxu <[email protected]>
>
> Acked-by: Pablo Neira Ayuso <[email protected]>
nf-next is already in sync with net-next, so I can apply this patch
here, as an alternative path.