From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next 1/1] tc: add missing space symbol in ife output Date: Fri, 18 May 2018 10:11:58 -0600 Message-ID: References: <1526563682-28095-1-git-send-email-mrv@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, kernel@mojatatu.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us To: Roman Mashak , stephen@networkplumber.org Return-path: Received: from mail-pl0-f65.google.com ([209.85.160.65]:36119 "EHLO mail-pl0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbeERQMC (ORCPT ); Fri, 18 May 2018 12:12:02 -0400 Received: by mail-pl0-f65.google.com with SMTP id v24-v6so4855619plo.3 for ; Fri, 18 May 2018 09:12:01 -0700 (PDT) In-Reply-To: <1526563682-28095-1-git-send-email-mrv@mojatatu.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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 tag when submitting bug fixes. Added Fixes tag and applied to iproute2-next. Thanks