From: Erik Hugne Date: Fri, 28 Mar 2014 09:32:08 +0000 (+0100) Subject: tipc: fix neighbor detection problem after hw address change X-Git-Tag: v3.15-rc1~113^2~50^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21a584d6720ce349b05795b9bcfab3de8e58419;p=pandora-kernel.git tipc: fix neighbor detection problem after hw address change If the hardware address of a underlying netdevice is changed, it is not enough to simply reset the bearer/links over this device. We also need to reflect this change in the TIPC bearer and node discovery structures aswell. This patch adds the necessary reinitialization of the node disovery mechanism following a hardware address change so that the correct originating media address is advertised in the discovery messages. Signed-off-by: Erik Hugne Reported-by: Dong Liu Reviewed-by: Ying Xue Signed-off-by: David S. Miller --- Reading git-diff-tree failed