tipc: Update destination node field on incoming multicast messages
authorAllan Stephens <allan.stephens@windriver.com>
Mon, 18 Apr 2011 14:14:26 +0000 (10:14 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 May 2011 20:03:52 +0000 (16:03 -0400)
commit7f47f5c751c93f2ca9e7f0ef6c0915162ac9e076
tree27bbbf7040b38ae1a0925234d7062d8edb77a91e
parent7462b9e9f69aa6c5e2fded65d3b03df4ed08ff45
tipc: Update destination node field on incoming multicast messages

Sets the destination node field of an incoming multicast message
to the receiving node's network address before handing off the message
to each receiving port. This ensures that, in the event the destination
port returns the message to the sender, the sender can identify which
node the destination port belonged to.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/port.c