From: Allan Stephens Date: Mon, 21 Feb 2011 14:45:31 +0000 (-0500) Subject: tipc: Correct broadcast link peer info when displaying links X-Git-Tag: v2.6.39-rc1~468^2~60^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8472948487432bacbd099b86e313bc16319495;p=pandora-kernel.git tipc: Correct broadcast link peer info when displaying links Fixes a typo in the calculation of the network address of a node's own cluster when generating a response to the configuration command that lists all of the node's links. The correct mask value for a network address uses 1's for the 8-bit zone and 12-bit cluster parts and 0's for the 12-bit node part. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed