From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Maloy Subject: [iproute2-next 0/2] tipc: changes to addressing structure Date: Wed, 28 Mar 2018 18:52:12 +0200 Message-ID: <1522255934-497-1-git-send-email-jon.maloy@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , To: , Return-path: Received: from sesbmg22.ericsson.net ([193.180.251.48]:46811 "EHLO sesbmg22.ericsson.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344AbeC1Qwh (ORCPT ); Wed, 28 Mar 2018 12:52:37 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 1: We introduce ability to set/get 128-bit node identities 2: We rename 'net id' to 'cluster id' in the command API, of course in a compatible way. 3: We print out all 32-bit node addresses as an integer in hex format, i.e., we remove the assumption about an internal structure. Jon Maloy (2): tipc: introduce command for handling a new 128-bit node identity tipc: change node address printout formats include/uapi/linux/tipc_netlink.h | 2 + tipc/link.c | 3 +- tipc/misc.c | 78 ++++++++++++++++++++++++++- tipc/misc.h | 2 + tipc/nametable.c | 16 ++---- tipc/node.c | 109 +++++++++++++++++++++++++++++++++----- tipc/socket.c | 3 +- 7 files changed, 183 insertions(+), 30 deletions(-) -- 2.1.4