From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] tc: bash-completion: add missing 'classid' keyword Date: Tue, 12 Dec 2017 12:13:04 -0800 Message-ID: <20171212121304.6a396af8@xeon-e3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Yotam Gigi To: Davide Caratti Return-path: Received: from mail-pf0-f172.google.com ([209.85.192.172]:41749 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752298AbdLLUNH (ORCPT ); Tue, 12 Dec 2017 15:13:07 -0500 Received: by mail-pf0-f172.google.com with SMTP id j28so60096pfk.8 for ; Tue, 12 Dec 2017 12:13:07 -0800 (PST) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 12 Dec 2017 16:45:15 +0100 Davide Caratti wrote: > users of 'matchall' filter can specify a value for the class id: update > bash-completion accordingly. > > Fixes: b32c0b64fa2b ("tc: bash-completion: Add support for matchall") > Signed-off-by: Davide Caratti Looks good applied. Thanks Davide