net/sched: Retire ipt action
authorJamal Hadi Salim <jhs@mojatatu.com>
Thu, 21 Dec 2023 21:31:03 +0000 (16:31 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jan 2024 12:41:16 +0000 (12:41 +0000)
commitba24ea129126362e7139fed4e13701ca5b71ac0b
tree0fb62a190235358b0612ef5575b84945c0025bcc
parent993498e537af9260e697219ce41b41b22b6199cc
net/sched: Retire ipt action

The tc ipt action was intended to run all netfilter/iptables target.
Unfortunately it has not benefitted over the years from proper updates when
netfilter changes, and for that reason it has remained rudimentary.
Pinging a bunch of people that i was aware were using this indicates that
removing it wont affect them.
Retire it to reduce maintenance efforts. Buh-bye.

Reviewed-by: Victor Noguiera <victor@mojatatu.com>
Reviewed-by: Pedro Tammela <pctammela@mojatatu.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tc_act/tc_ipt.h [deleted file]
include/net/tc_wrapper.h
include/uapi/linux/pkt_cls.h
include/uapi/linux/tc_act/tc_ipt.h [deleted file]
net/sched/Makefile
net/sched/act_ipt.c [deleted file]
tools/testing/selftests/tc-testing/config
tools/testing/selftests/tc-testing/tdc.sh