From: Nicolas Dichtel Date: Tue, 22 Apr 2014 13:01:30 +0000 (+0200) Subject: vxlan: ensure to advertise the right fdb remote X-Git-Tag: omap-for-v3.16/fixes-against-rc1~214^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e4b93f905bc0ca1363a07b0f039455d9117d6bc;p=pandora-kernel.git vxlan: ensure to advertise the right fdb remote The goal of this patch is to fix rtnelink notification. The main problem was about notification for fdb entry with more than one remote. Before the patch, when a remote was added to an existing fdb entry, the kernel advertised the first remote instead of the added one. Also when a remote was removed from a fdb entry with several remotes, the deleted remote was not advertised. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed