From: Hangbin Liu Date: Tue, 17 Jan 2023 07:19:24 +0000 (+0800) Subject: Revert "tc/tc_monitor: print netlink extack message" X-Git-Tag: v6.3.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d4425560ce6f18f37dbaa6c5657c84e49ae468;p=thirdparty%2Fiproute2.git 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 Signed-off-by: David Ahern --- diff --git a/tc/tc_monitor.c b/tc/tc_monitor.c index 2573d744a..5b9bccbed 100644 --- a/tc/tc_monitor.c +++ b/tc/tc_monitor.c @@ -37,9 +37,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 ||