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

Trivial merge