]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7d56567d04d94a082eddfeffafd3340a0b7ef24f
tree27bbbf7040b38ae1a0925234d7062d8edb77a91e
parentdfabb7ba489bdb06de3fa41c2e03d334dbdefa25
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