From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 v2 2/2] tipc: refactor bearer identification Date: Wed, 17 Aug 2016 13:53:30 -0700 Message-ID: <20160817135330.54db24b5@xeon-e3> References: <1471249472-2554-1-git-send-email-richard.alpe@ericsson.com> <1471249472-2554-2-git-send-email-richard.alpe@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , To: Richard Alpe Return-path: Received: from mail-pa0-f41.google.com ([209.85.220.41]:33313 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753457AbcHQUxZ (ORCPT ); Wed, 17 Aug 2016 16:53:25 -0400 Received: by mail-pa0-f41.google.com with SMTP id ti13so39344314pac.0 for ; Wed, 17 Aug 2016 13:53:19 -0700 (PDT) In-Reply-To: <1471249472-2554-2-git-send-email-richard.alpe@ericsson.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 15 Aug 2016 10:24:32 +0200 Richard Alpe wrote: > Introduce a generic function (nl_add_bearer_name()) that identifies a > bearer and adds it to an existing netlink message. This reduces code > complexity and makes the code a little bit easier to maintain. > > Signed-off-by: Richard Alpe Thanks for keeping TIPC support up to date. Applied.