diff --git a/tc/tc_monitor.c b/tc/tc_monitor.c index f8816cc5..c279a4a1 100644 --- a/tc/tc_monitor.c +++ b/tc/tc_monitor.c @@ -42,6 +42,9 @@ 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 ||