diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2023-12-21 16:31:03 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-02 12:41:16 +0000 |
commit | ba24ea129126362e7139fed4e13701ca5b71ac0b (patch) | |
tree | 0fb62a190235358b0612ef5575b84945c0025bcc /tools | |
parent | 993498e537af9260e697219ce41b41b22b6199cc (diff) | |
download | linux-stable-ba24ea129126362e7139fed4e13701ca5b71ac0b.tar.gz linux-stable-ba24ea129126362e7139fed4e13701ca5b71ac0b.tar.bz2 linux-stable-ba24ea129126362e7139fed4e13701ca5b71ac0b.zip |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/tc-testing/config | 1 | ||||
-rwxr-xr-x | tools/testing/selftests/tc-testing/tdc.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config index 012aa33b341b..c60acba951c2 100644 --- a/tools/testing/selftests/tc-testing/config +++ b/tools/testing/selftests/tc-testing/config @@ -82,7 +82,6 @@ CONFIG_NET_ACT_GACT=m CONFIG_GACT_PROB=y CONFIG_NET_ACT_MIRRED=m CONFIG_NET_ACT_SAMPLE=m -CONFIG_NET_ACT_IPT=m CONFIG_NET_ACT_NAT=m CONFIG_NET_ACT_PEDIT=m CONFIG_NET_ACT_SIMP=m diff --git a/tools/testing/selftests/tc-testing/tdc.sh b/tools/testing/selftests/tc-testing/tdc.sh index 407fa53822a0..c53ede8b730d 100755 --- a/tools/testing/selftests/tc-testing/tdc.sh +++ b/tools/testing/selftests/tc-testing/tdc.sh @@ -20,7 +20,6 @@ try_modprobe act_ct try_modprobe act_ctinfo try_modprobe act_gact try_modprobe act_gate -try_modprobe act_ipt try_modprobe act_mirred try_modprobe act_mpls try_modprobe act_nat |