]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: add support for link state subscriptions
authorErik Hugne <erik.hugne@ericsson.com>
Thu, 24 Apr 2014 14:26:46 +0000 (16:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Apr 2014 16:13:24 +0000 (12:13 -0400)
commite49abf29d7bee54767e77b151b18aa3470d319e5
tree0b28a16308baf11df88b2557f0184156655c1cb7
parent6795980e298a8c7ab2a7771994a718b0b34f0ddf
tipc: add support for link state subscriptions

When links are established over a bearer plane, we create a node
local publication containing information about the peer node and
bearer plane. This allows TIPC applications to use the standard
TIPC topology server subscription mechanism to get notifications
when a link goes up or down.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/tipc.h
net/tipc/node.c