diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2014-03-19 17:47:51 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-20 21:24:28 +0100 |
commit | f518338b16038beeb73e155e60d0f70beb9379f4 (patch) | |
tree | 247f3590b7e0b750cdaee366c854ae684275ca45 /kernel/system_certificates.S | |
parent | ipmr: fix mfc notification flags (diff) | |
download | linux-f518338b16038beeb73e155e60d0f70beb9379f4.tar.xz linux-f518338b16038beeb73e155e60d0f70beb9379f4.zip |
ip6mr: fix mfc notification flags
Commit 812e44dd1829 ("ip6mr: advertise new mfc entries via rtnl") reuses the
function ip6mr_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 <tgraf@suug.ch>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions