tc: print skbedit action when dumping actions.

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
This commit is contained in:
Roman Mashak 2017-03-22 14:00:31 -04:00 committed by Stephen Hemminger
parent 5caba410c2
commit 878babffec
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ static int print_skbedit(struct action_util *au, FILE *f, struct rtattr *arg)
fprintf(f, " ptype %d", *ptype);
}
fprintf(f, " %s", action_n2a(p->action));
fprintf(f, "\n\t index %u ref %d bind %d",
p->index, p->refcnt, p->bindcnt);