All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 1/1] tc: print skbedit action when dumping actions.
@ 2017-03-22 18:00 Roman Mashak
  2017-04-04 21:49 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Mashak @ 2017-03-22 18:00 UTC (permalink / raw)
  To: stephen; +Cc: netdev, Roman Mashak

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
---
 tc/m_skbedit.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tc/m_skbedit.c b/tc/m_skbedit.c
index 8660d60..638715f 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);
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute2 1/1] tc: print skbedit action when dumping actions.
  2017-03-22 18:00 [PATCH iproute2 1/1] tc: print skbedit action when dumping actions Roman Mashak
@ 2017-04-04 21:49 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2017-04-04 21:49 UTC (permalink / raw)
  To: Roman Mashak; +Cc: netdev

On Wed, 22 Mar 2017 14:00:31 -0400
Roman Mashak <mrv@mojatatu.com> wrote:

> Signed-off-by: Roman Mashak <mrv@mojatatu.com>

Makes sense. Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-04 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22 18:00 [PATCH iproute2 1/1] tc: print skbedit action when dumping actions Roman Mashak
2017-04-04 21:49 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.