]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: add ip/udp media type
authorErik Hugne <erik.hugne@ericsson.com>
Thu, 5 Mar 2015 09:23:49 +0000 (10:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Mar 2015 03:08:42 +0000 (22:08 -0500)
commit73210a59401f24379904a3490a7cb558cea7fcad
tree2790139d615e9e9aa28565b539ae08760be2fba6
parentf39a1797133ad9a26d36add4dba9d659c2f3dd49
tipc: add ip/udp media type

The ip/udp bearer can be configured in a point-to-point
mode by specifying both local and remote ip/hostname,
or it can be enabled in multicast mode, where links are
established to all tipc nodes that have joined the same
multicast group. The multicast IP address is generated
based on the TIPC network ID, but can be overridden by
using another multicast address as remote ip.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/tipc_netlink.h
net/tipc/Kconfig
net/tipc/Makefile
net/tipc/bearer.c
net/tipc/bearer.h
net/tipc/msg.h
net/tipc/udp_media.c [new file with mode: 0644]