tc: print actual action for connmark action

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
This commit is contained in:
Roman Mashak 2018-03-20 13:45:38 -04:00 committed by Stephen Hemminger
parent 00b31a6b2e
commit 990b1d90d7
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ static int print_connmark(struct action_util *au, FILE *f, struct rtattr *arg)
ci = RTA_DATA(tb[TCA_CONNMARK_PARMS]);
fprintf(f, " connmark zone %d\n", ci->zone);
fprintf(f, " connmark zone %d", ci->zone);
print_action_control(f, " ", ci->action, "\n");
fprintf(f, "\t index %u ref %d bind %d", ci->index,
ci->refcnt, ci->bindcnt);