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, i.e., 
   we remove the assumption about an internal structure.

v2: Fearing confusion between node identity and node (address) hash,
    I improved 'tipc node get id' to list both, clearly stating what
    they are.
    We must later do the same for at least 'tipc node list' so that
    users can easily map between the two.
    It would also be nice if 'tipc nametable show' would show ascii 
    names instead of just raw node hash addresses in the printout, 
    provided the id is an ascii name < 16 bytes (e.g. host id). 
    This is what I did with the link names.

v3: Decided to present Node:Port in the name table printout as 
    separate columns instead of as a colon-separated unity.

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                       |  79 ++++++++++++++++++++++++++++-
 tipc/misc.h                       |   2 +
 tipc/nametable.c                  |  16 ++----
 tipc/node.c                       | 104 +++++++++++++++++++++++++++++++++-----
 tipc/socket.c                     |   3 +-
 7 files changed, 179 insertions(+), 30 deletions(-)

-- 
2.1.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tipc-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to