Merge branch 'tipc-udp-replicast'
authorDavid S. Miller <davem@davemloft.net>
Sat, 27 Aug 2016 04:38:42 +0000 (21:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Aug 2016 04:38:42 +0000 (21:38 -0700)
Richard Alpe says:

====================
tipc: introduce UDP replicast

This series introduces UDP replicast. A concept where we emulate multicast by
sending multiple unicast messages to configured peers. This allows TIPC to be
used in environments where IP multicast is disabled.

There is a corresponding patch series for the tipc user space tool that
allows a user to add remote addresses to the replicast list.
====================

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

Trivial merge