]> git.proxmox.com Git - mirror_iproute2.git/commit
tipc: introduce command for handling a new 128-bit node identity
authorJon Maloy <jon.maloy@ericsson.com>
Wed, 28 Mar 2018 16:52:13 +0000 (18:52 +0200)
committerDavid Ahern <dsahern@gmail.com>
Thu, 29 Mar 2018 03:38:52 +0000 (20:38 -0700)
commit725ebfbf62547fcb1624f7961fd220cb028ba41f
treebe84ffe030c290c51a1b7242cd2f68eee43302c0
parent98453b65800f7d9edd7f5cc5be7343cf305d8fac
tipc: introduce command for handling a new 128-bit node identity

We add the possibility to set and get a 128 bit node identifier, as
an alternative to the legacy 32-bit node address we are using now.

We also add an option to set and get 'clusterid' in the node. This
is the same as what we have so far called 'netid' and performs the
same operations. For compatibility the old 'netid' commands are
retained, -we just remove them from the help texts.

Acked-by: GhantaKrishnamurthy MohanKrishna <mohan.krishna.ghanta.krishnamurthy@ericsson.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
tipc/misc.c
tipc/misc.h
tipc/node.c