]> Pileus Git - ~andy/linux/commit
tipc: handle <0.0.0> as an alias for this node on outgoing msgs
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 18 Apr 2012 13:27:22 +0000 (09:27 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 19 Apr 2012 19:46:48 +0000 (15:46 -0400)
commit8a55fe74b1a767cb00d6248a847068c9d886d710
tree49590d5adbc9a7cd733da667f089875a4e066426
parentb8f683d126c1cb757e794d6d904cbe7cf5954797
tipc: handle <0.0.0> as an alias for this node on outgoing msgs

Revises handling of send routines for payload messages to ensure that
they are processed properly even if the node's network address is
changed in mid-operation. The routines now treat the default node
address of <0.0.0> as an alias for "this node" when determining where
to send an outgoing message.

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