]> 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)
commitfb0fa4737a7ff475c1aab712f03dce0deace0acf
tree86cc334de0ac0f6dad6ebd55fdcdcee97ac50841
parentd0d3fb7f5e653eba9da0b140bf97461926aac846
parent51ffc50d8a0a92ac0251d8bd07c5fb39279ebd3e
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>