diff mbox series

[iproute2] Revert "tc/tc_monitor: print netlink extack message"

Message ID 20221115032400.1175169-1-liuhangbin@gmail.com (mailing list archive)
State New, archived
Delegated to: Stephen Hemminger
Headers show
Series [iproute2] Revert "tc/tc_monitor: print netlink extack message" | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Hangbin Liu Nov. 15, 2022, 3:24 a.m. UTC
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 <liuhangbin@gmail.com>
---
 tc/tc_monitor.c | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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