]> www.infradead.org Git - users/hch/block.git/commitdiff
net: sched: Remove NET_ACT_IPT from Kconfig
authorHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Fri, 9 Feb 2024 18:06:56 +0000 (10:06 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 13 Feb 2024 10:24:35 +0000 (11:24 +0100)
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 <harshit.m.mogalapalli@oracle.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Link: https://lore.kernel.org/r/20240209180656.867546-1-harshit.m.mogalapalli@oracle.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/sched/Kconfig

index 470c70deffe2d21c002d61febfb71349101f072c..8180d0c12fceaf4a9fcdedc117fb131b8a1def44 100644 (file)
@@ -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