From: Shlomo Pongratz Date: Tue, 3 Apr 2012 22:56:19 +0000 (+0000) Subject: net/bonding: emit address change event also in bond_release X-Git-Tag: v3.4-rc2~11^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2af73d4b2afe826d23e83f3747f850eefbd867ff;p=pandora-kernel.git net/bonding: emit address change event also in bond_release commit 7d26bb103c4 "bonding: emit event when bonding changes MAC" didn't take care to emit the NETDEV_CHANGEADDR event in bond_release, where bonding actually changes the mac address (to all zeroes). As a result the neighbours aren't deleted by the core networking code (which does so upon getting that event). Signed-off-by: Shlomo Pongratz Signed-off-by: Jay Vosburgh Signed-off-by: David S. Miller --- Reading git-diff-tree failed