This reverts commit 0cc5533b ("tc/tc_monitor: print netlink extack message")
as the patch mentioned in the commit ("sched: add extack for
tfilter_notify") is not applied to upstream.
Signed-off-by: Hangbin Liu <redacted>
---
tc/tc_monitor.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tc/tc_monitor.c b/tc/tc_monitor.c
index c279a4a1..f8816cc5 100644
--- a/tc/tc_monitor.c
+++ b/tc/tc_monitor.c
@@ -42,9 +42,6 @@ static int accept_tcmsg(struct rtnl_ctrl_data *ctrl,
if (timestamp)
print_timestamp(fp);
- if (n->nlmsg_type == NLMSG_DONE)
- nl_dump_ext_ack_done(n, 0, 0);
-
if (n->nlmsg_type == RTM_NEWTFILTER ||
n->nlmsg_type == RTM_DELTFILTER ||
n->nlmsg_type == RTM_NEWCHAIN ||
--
2.38.1