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)
commit5b79135af3b884c597d9bf3df404a397b5579c63
treed493c51cbc2bdf880e452f4a21430fbc47ee128e
parentf01d5988639bc7f8c525d16d5d84562755d3c0ca
parent832629ca5c313e122b22b8e73a6d80f111b1a1ae
Merge branch 'tipc-udp-replicast'

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>