Re: [PATCH iproute2-next] tc: fix an off-by-one error while printing tc actions

2018-02-23 Thread Stephen Hemminger
On Sun, 18 Feb 2018 20:50:10 +0100 Adam Vyskovsky wrote: > The tc_print_action() function did not print all tc actions > when e.g. TCA_ACT_MAX_PRIO actions were defined for a single > tc filter. > > Signed-off-by: Adam Vyskovsky Applied to master branch since it is a bug fix.

[PATCH iproute2-next] tc: fix an off-by-one error while printing tc actions

2018-02-18 Thread Adam Vyskovsky
The tc_print_action() function did not print all tc actions when e.g. TCA_ACT_MAX_PRIO actions were defined for a single tc filter. Signed-off-by: Adam Vyskovsky --- tc/m_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/m_action.c b/tc/m_action.c index 744bde41..6c