aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarshit Mogalapalli <[email protected]>2024-02-09 10:06:56 -0800
committerPaolo Abeni <[email protected]>2024-02-13 11:24:35 +0100
commit86fe596b588fc9ec23bf93a5c8f86fc16225dd3a (patch)
tree8cd7a6f34501aa132e52ab55b8704481c753e0a7
parent6256fbfd651c8b3653b7f1cfe08e635404e4b51d (diff)
net: sched: Remove NET_ACT_IPT from Kconfig
After this commit ba24ea129126 ("net/sched: Retire ipt action") NET_ACT_IPT is not needed anymore as the action is retired and the code is removed. Clean the Kconfig part as well. Signed-off-by: Harshit Mogalapalli <[email protected]> Acked-by: Jamal Hadi Salim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
-rw-r--r--net/sched/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 470c70deffe2..8180d0c12fce 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -737,16 +737,6 @@ config NET_ACT_SAMPLE
To compile this code as a module, choose M here: the
module will be called act_sample.
-config NET_ACT_IPT
- tristate "IPtables targets"
- depends on NET_CLS_ACT && NETFILTER && NETFILTER_XTABLES
- help
- Say Y here to be able to invoke iptables targets after successful
- classification.
-
- To compile this code as a module, choose M here: the
- module will be called act_ipt.
-
config NET_ACT_NAT
tristate "Stateless NAT"
depends on NET_CLS_ACT