tipc: introduce new capability flag for cluster
authorHoang Le <hoang.h.le@dektech.com.au>
Tue, 19 Mar 2019 11:49:49 +0000 (18:49 +0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2019 20:56:17 +0000 (13:56 -0700)
commitff2ebbfba6186adf3964eb816f8f255c6e664dc4
tree12310faa497e8e64adf2b9628e24011159820531
parent02ec6cafd78c2052283516afc74c309745d20271
tipc: introduce new capability flag for cluster

As a preparation for introducing a smooth switching between replicast
and broadcast method for multicast message, We have to introduce a new
capability flag TIPC_MCAST_RBCTL to handle this new feature.

During a cluster upgrade a node can come back with this new capabilities
which also must be reflected in the cluster capabilities field.
The new feature is only applicable if all node in the cluster supports
this new capability.

Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/core.c
net/tipc/core.h
net/tipc/node.c
net/tipc/node.h