From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D8C1C433EF for ; Mon, 28 Feb 2022 13:49:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235577AbiB1Ntg (ORCPT ); Mon, 28 Feb 2022 08:49:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232408AbiB1Ntg (ORCPT ); Mon, 28 Feb 2022 08:49:36 -0500 Received: from bergelmir.uberspace.de (bergelmir.uberspace.de [185.26.156.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A49A44550B for ; Mon, 28 Feb 2022 05:48:57 -0800 (PST) Received: (qmail 9328 invoked by uid 989); 28 Feb 2022 13:48:56 -0000 Authentication-Results: bergelmir.uberspace.de; auth=pass (plain) From: Daniel Braunwarth To: netdev@vger.kernel.org Cc: daniel@braunwarth.dev Subject: [PATCH iproute2-next 0/2] lib: add profinet and ethercat as link layer protocol Date: Mon, 28 Feb 2022 14:45:18 +0100 Message-Id: <20220228134520.118589-1-daniel@braunwarth.dev> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Bar: - X-Rspamd-Report: R_MISSING_CHARSET(0.5) MIME_GOOD(-0.1) MID_CONTAINS_FROM(1) BAYES_HAM(-2.999991) X-Rspamd-Score: -1.599991 Received: from unknown (HELO unkown) (::1) by bergelmir.uberspace.de (Haraka/2.8.28) with ESMTPSA; Mon, 28 Feb 2022 14:48:55 +0100 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Update the llproto_names array to allow users to reference the PROFINET and EtherCAT protocols with the names 'profinet' and 'ethercat'. These patches depends on the below referenced patch, which extends if_ether.h with the used ETH_P_xxx defines. Link: https://lore.kernel.org/netdev/20220228133029.100913-1-daniel@braunwarth.dev/ Daniel Braunwarth (2): lib: add profinet and ethercat as link layer protocol names tc: bash-completion: Add profinet and ethercat to procotol completion list bash-completion/tc | 8 ++++---- lib/ll_proto.c | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) -- 2.35.1