From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute2 1/1] tipc: TIPC_NLA_LINK_NAME value pass on nesting entry TIPC_NLA_LINK Date: Fri, 8 Jun 2018 10:07:49 -0700 Message-ID: <20180608100749.5b68fe6c@xeon-e3> References: <1528424368-3768-1-git-send-email-hoang.h.le@dektech.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net, jon.maloy@ericsson.com, maloy@donjonn.com, ying.xue@windriver.com To: Hoang Le Return-path: Received: from mail-pl0-f68.google.com ([209.85.160.68]:33613 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752328AbeFHRHw (ORCPT ); Fri, 8 Jun 2018 13:07:52 -0400 Received: by mail-pl0-f68.google.com with SMTP id n10-v6so8656524plp.0 for ; Fri, 08 Jun 2018 10:07:51 -0700 (PDT) In-Reply-To: <1528424368-3768-1-git-send-email-hoang.h.le@dektech.com.au> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 8 Jun 2018 09:19:28 +0700 Hoang Le wrote: > In the commit 94f6a80 on next-net, TIPC_NLA_LINK_NAME attribute should be > retrieved and validated via TIPC_NLA_LINK nesting entry in > tipc_nl_node_get_link(). > According to that commit, TIPC_NLA_LINK_NAME value passing via > tipc link get command must follow above hierachy. > > Acked-by: Ying Xue > Signed-off-by: Hoang Le Applied