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 <redacted>
---
This is just based on observation.
net/sched/Kconfig | 10 ----------
1 file changed, 10 deletions(-)
From: Jamal Hadi Salim <jhs@mojatatu.com> Date: 2024-02-09 18:56:44
On Fri, Feb 9, 2024 at 1:07 PM Harshit Mogalapalli
[off-list ref] wrote:
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 <redacted>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
cheers,
jamal
quoted hunk
---
This is just based on observation.
net/sched/Kconfig | 10 ----------
1 file changed, 10 deletions(-)
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni [off-list ref]:
On Fri, 9 Feb 2024 10:06:56 -0800 you wrote:
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 <redacted>
[...]