Re: [PATCH nf-next v4 1/2] netfilter: Make IP6_NF_IPTABLES_LEGACY selectable
From: Breno Leitao
Date: Fri Aug 30 2024 - 10:04:53 EST
Hello Florian,
On Fri, Aug 30, 2024 at 03:13:01PM +0200, Florian Westphal wrote:
> > After a9525c7f6219c ("netfilter: xtables: allow xtables-nft only
> > builds"), the same configuration is not possible anymore, because
> > CONFIG_IP6_NF_IPTABLES is not user selectable anymore, thus, in order to
> > set it as built-in (=y), I need to set the tables as =y.
>
> Good, I was worried there was a functional regression here, but
> this is more "matter of taste" then.
>
> I thunk patch is fine, I will try to add the relevant
> depends-on change some time in the near future.
I am more than happy to do it, if you wish. I just want to decouple both
changes from each other.