Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Harshit Mogalapalli and committed by
Paolo Abeni
86fe596b 6256fbfd

-10
-10
net/sched/Kconfig
··· 737 737 To compile this code as a module, choose M here: the 738 738 module will be called act_sample. 739 739 740 - config NET_ACT_IPT 741 - tristate "IPtables targets" 742 - depends on NET_CLS_ACT && NETFILTER && NETFILTER_XTABLES 743 - help 744 - Say Y here to be able to invoke iptables targets after successful 745 - classification. 746 - 747 - To compile this code as a module, choose M here: the 748 - module will be called act_ipt. 749 - 750 740 config NET_ACT_NAT 751 741 tristate "Stateless NAT" 752 742 depends on NET_CLS_ACT