On 2020-12-08 17:39, Pablo Neira Ayuso wrote:
Hi Andreas,
On Tue, Dec 08, 2020 at 12:55:30PM +0100, Andreas Sundstrom wrote:
IP_NF_IPTABLES is a superfluous dependency
To be able to select NET_ACT_CONNMARK when iptables has not been
enabled this dependency needs to be removed.
I just looked at other dependencies in the Kconfig file, these need to
be adjusted too.
NET_ACT_IPT actually depends on NETFILTER_XTABLES.
Is the patch I'm attaching looking good to you?
Yes it looks good, I can now also enable NET_ACT_CTINFO with my config.
Am now running 5.9.13 with it applied.
/Andreas