]> Pileus Git - ~andy/linux/commit
tipc: Ensure network address change doesn't impact rejected message
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 18 Apr 2012 13:42:29 +0000 (09:42 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 19 Apr 2012 19:46:49 +0000 (15:46 -0400)
commit630d920dcae546c4e8ef6c01e7c49b2f42822c5f
tree16a2846b78b7beb4410ccd759e76b5ad44a917de
parent8a55fe74b1a767cb00d6248a847068c9d886d710
tipc: Ensure network address change doesn't impact rejected message

Revises handling of a rejected message to ensure that a locally
originated message is returned properly even if the node's network
address is changed in mid-operation. The routine now treats the
default node address of <0.0.0> as an alias for "this node" when
determining where to send a returned message.

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