commit | 84b07c1638c36ae937d4930b467001a0d22904e5 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Wed Jun 04 17:28:21 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 04 17:28:21 2008 -0700 |
tree | ec3d3cdb8ac7a8ba797aa05b163c7b328b7efd2f | |
parent | e83728c7b0ce92e57aa90eb4fc271a29d7a393d5 [diff] |
tipc: Fix bug in connection setup via native API This patch fixes a bug that prevented TIPC from receiving a connection setup request message on a native TIPC port. The revised connection setup logic ensures that validation of the source of a connection-based message is skipped if the port is not yet connected to a peer. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>