[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221115032400.1175169-1-liuhangbin@gmail.com>
Date: Tue, 15 Nov 2022 11:24:00 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: netdev@...r.kernel.org
Cc: David Ahern <dsahern@...nel.org>,
Stephen Hemminger <stephen@...workplumber.org>,
Hangbin Liu <liuhangbin@...il.com>
Subject: [PATCH iproute2] Revert "tc/tc_monitor: print netlink extack message"
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@...il.com>
---
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
Powered by blists - more mailing lists