]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-introduce-128-bit-auto-configurable-node-id'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Mar 2018 17:12:19 +0000 (13:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Mar 2018 17:12:19 +0000 (13:12 -0400)
commit0812a1fd93f47a0a743d3ca24090a5d4fe34cb5c
tree86cc334de0ac0f6dad6ebd55fdcdcee97ac50841
parent7ff22c186f37433fd9a641d426defb9013953711
parent57d3786fcb7240a812a9227cc1080ab6765836a5
Merge branch 'tipc-introduce-128-bit-auto-configurable-node-id'

Jon Maloy says:

====================
tipc: introduce 128-bit auto-configurable node id

We introduce a 128-bit free-format node identity as an alternative to
the legacy <Zone.Cluster.Node> structured 32-bit node address.

We also make configuration of this identity optional; if a bearer is
enabled without a pre-configured node id it will be set automatically
based on the used interface's MAC or IP address.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>