[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230117071925.3707106-2-liuhangbin@gmail.com>
Date: Tue, 17 Jan 2023 15:19:24 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: netdev@...r.kernel.org
Cc: Jamal Hadi Salim <jhs@...atatu.com>,
Cong Wang <xiyou.wangcong@...il.com>,
Jiri Pirko <jiri@...nulli.us>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
David Ahern <dsahern@...nel.org>,
Stephen Hemminger <stephen@...workplumber.org>,
Hangbin Liu <liuhangbin@...il.com>
Subject: [PATCHv2 iproute2-next 1/2] Revert "tc/tc_monitor: print netlink extack message"
This reverts commit 0cc5533b ("tc/tc_monitor: print netlink extack message")
as the commit mentioned is not applied to upstream.
Signed-off-by: Hangbin Liu <liuhangbin@...il.com>
---
v2: no update
---
tc/tc_monitor.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tc/tc_monitor.c b/tc/tc_monitor.c
index 64f31491..b656cfbc 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