From: Nicolas Dichtel Date: Wed, 19 Mar 2014 16:47:50 +0000 (+0100) Subject: ipmr: fix mfc notification flags X-Git-Tag: v3.14-rc8~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65886f439ab0fdc2dff20d1fa87afb98c6717472;p=pandora-kernel.git ipmr: fix mfc notification flags Commit 8cd3ac9f9b7b ("ipmr: advertise new mfc entries via rtnl") reuses the function ipmr_fill_mroute() to notify mfc events. But this function was used only for dump and thus was always setting the flag NLM_F_MULTI, which is wrong in case of a single notification. Libraries like libnl will wait forever for NLMSG_DONE. CC: Thomas Graf Signed-off-by: Nicolas Dichtel Acked-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed