Re: [PATCH iproute2-next 1/1] tc: add missing space symbol in ife output

2018-05-18 Thread David Ahern
On 5/17/18 7:28 AM, Roman Mashak wrote: > In order to make TDC tests match the output patterns, the missing space > character must be added in the mode output string. > > Signed-off-by: Roman Mashak > --- > tc/m_ife.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Please add the Fixes

[PATCH iproute2-next 1/1] tc: add missing space symbol in ife output

2018-05-17 Thread Roman Mashak
In order to make TDC tests match the output patterns, the missing space character must be added in the mode output string. Signed-off-by: Roman Mashak --- 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 5320e94dbd48..20e9c73d9a0e 10064