Merge branch 'net-tc-ipt-retire'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Jan 2024 12:41:16 +0000 (12:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jan 2024 12:41:16 +0000 (12:41 +0000)
commit8146c3f9e69543c9b5a0d72b4fe3509655363ed9
tree23d6e599fe791cc933850161b4a13e73e4d0c0ab
parent993498e537af9260e697219ce41b41b22b6199cc
parent6d6d80e4f6bcb6d975475377c34818f7f7d48eaa
Merge branch 'net-tc-ipt-retire'

Jamal Hadi Salim says:

====================
net/sched: retire tc ipt action

In keeping up with my status as a hero who removes code: another one bites the
dust.
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.
So Long, ipt, and Thanks for all the Fish.
====================

Acked-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>