Re: [PATCH nf-next v2 0/2] netfilter: Make IP_NF_IPTABLES_LEGACY selectable
From: Breno Leitao
Date: Tue Aug 27 2024 - 10:31:23 EST
On Sat, Aug 24, 2024 at 10:37:56AM -0700, Jakub Kicinski wrote:
> On Fri, 23 Aug 2024 10:48:51 -0700 Breno Leitao wrote:
> > These two patches make IP_NF_IPTABLES_LEGACY and IP6_NF_IPTABLES_LEGACY
> > Kconfigs user selectable, avoiding creating an extra dependency by
> > enabling some other config that would select IP{6}_NF_IPTABLES_LEGACY.
>
> Resulting config in CI still differs quite a bit:
Sorry about it. I wasn't comparing the whole .config.
I will submit a next version that preserve the .config intact when
running:
# rm -fr .config ; vng --build --config tools/testing/selftests/net/config
Thanks,
--breno