netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove IP_NF_IPTABLES dependency for NET_ACT_CONNMARK
@ 2020-12-08 11:55 Andreas Sundstrom
  2020-12-08 16:39 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Sundstrom @ 2020-12-08 11:55 UTC (permalink / raw)
  To: netfilter-devel

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.

Closes: https://bugzilla.kernel.org/show_bug.cgi?id=210539
Signed-off-by: Andreas Sundstrom <sunkan@zappa.cx>
---
  net/sched/Kconfig | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index a3b37d88800e..4bb5c04b72d3 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -912,7 +912,7 @@ config NET_ACT_BPF

  config NET_ACT_CONNMARK
         tristate "Netfilter Connection Mark Retriever"
-       depends on NET_CLS_ACT && NETFILTER && IP_NF_IPTABLES
+       depends on NET_CLS_ACT && NETFILTER
         depends on NF_CONNTRACK && NF_CONNTRACK_MARK
         help
           Say Y here to allow retrieving of conn mark
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-08 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-08 11:55 [PATCH] Remove IP_NF_IPTABLES dependency for NET_ACT_CONNMARK Andreas Sundstrom
2020-12-08 16:39 ` Pablo Neira Ayuso
2020-12-08 20:32   ` Andreas Sundstrom
2020-12-08 20:59     ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).