From: Allan Stephens Date: Mon, 18 Apr 2011 14:08:22 +0000 (-0400) Subject: tipc: Fix problem with bundled multicast message X-Git-Tag: v3.0-rc1~377^2~111^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7462b9e9f69aa6c5e2fded65d3b03df4ed08ff45;p=pandora-kernel.git tipc: Fix problem with bundled multicast message Set the destination node and destination port fields of an outgoing multicast message header to zero; this is necessary to ensure that the receiving node can route the message properly if it was packed into a bundle due to link congestion. (Previously, there was a chance that the receiving node would send the unbundled message to a random node & port, rather than processing the message itself.) Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed