tc: print actual action for connmark action
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
This commit is contained in:
parent
00b31a6b2e
commit
990b1d90d7
|
|
@ -121,7 +121,8 @@ static int print_connmark(struct action_util *au, FILE *f, struct rtattr *arg)
|
||||||
|
|
||||||
ci = RTA_DATA(tb[TCA_CONNMARK_PARMS]);
|
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,
|
fprintf(f, "\t index %u ref %d bind %d", ci->index,
|
||||||
ci->refcnt, ci->bindcnt);
|
ci->refcnt, ci->bindcnt);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue