]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Revert "tc/tc_monitor: print netlink extack message"
authorHangbin Liu <liuhangbin@gmail.com>
Tue, 17 Jan 2023 07:19:24 +0000 (15:19 +0800)
committerDavid Ahern <dsahern@kernel.org>
Sun, 22 Jan 2023 18:00:14 +0000 (11:00 -0700)
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@gmail.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
tc/tc_monitor.c

index 2573d744a0ee349cb4e431eca4222463abae2c7a..5b9bccbed4140241a4d7a5cffc50865106224867 100644 (file)
@@ -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 ||