Re: [PATCH iproute2] tc: m_ife: fix match tcindex parsing

2017-10-31 Thread Stephen Hemminger
On Mon, 30 Oct 2017 12:37:49 -0400 Alexander Aring wrote: > This patch changes ife_prio to ife_tcindex which is right variable to > assign in the argument in this case. > > Signed-off-by: Alexander Aring > --- > Found by inspection the code. Good catch. I wonder if anybody ever used or tested

[PATCH iproute2] tc: m_ife: fix match tcindex parsing

2017-10-30 Thread Alexander Aring
This patch changes ife_prio to ife_tcindex which is right variable to assign in the argument in this case. Signed-off-by: Alexander Aring --- Found by inspection the code. tc/m_ife.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/m_ife.c b/tc/m_ife.c index 5633ab90..8d0f