]> git.baikalelectronics.ru Git - kernel.git/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)
commit27dc439918617aa0fae8a1b6e4917b9125da891c
tree49590d5adbc9a7cd733da667f089875a4e066426
parent776323ab2cb6124a8f821e3f40cb614a3256e342
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