From: Roman Mashak Date: Wed, 22 Mar 2017 18:00:31 +0000 (-0400) Subject: tc: print skbedit action when dumping actions. X-Git-Tag: v4.11.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=878babffec8357c49b0d0fd0bbd5782ce432329d;p=thirdparty%2Fiproute2.git tc: print skbedit action when dumping actions. Signed-off-by: Roman Mashak --- diff --git a/tc/m_skbedit.c b/tc/m_skbedit.c index 8660d6039..638715f67 100644 --- a/tc/m_skbedit.c +++ b/tc/m_skbedit.c @@ -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);