Message ID | 20230316035242.2321915-2-liuhangbin@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0012881f3499dc9eb9e48e607ea7dd00fbe4edc2 |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | tc: fix parsing of TCA_EXT_WARN_MSG | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/tc/m_action.c b/tc/m_action.c index 6c91af2c..0400132c 100644 --- a/tc/m_action.c +++ b/tc/m_action.c @@ -586,7 +586,7 @@ int print_action(struct nlmsghdr *n, void *arg) open_json_object(NULL); tc_dump_action(fp, tb[TCA_ACT_TAB], tot_acts ? *tot_acts:0, false); - print_ext_msg(&tb[TCA_ACT_TAB]); + print_ext_msg(tb); close_json_object(); return 0;