summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2735fa..72f0585 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
VERSION = 0
PATCHLEVEL = 5
SUBLEVEL = 9
-EXTRAVERSION = -rc3
+EXTRAVERSION = -rc4
NAME = Cilonen
TOOLS ?= $(CONFIG_TOOLS)
2016-08-31 09:29:58 -0700 commit9264251ee2a55bce8fb93826b3f581fb9eb7e2c2 (patch) tree1be66ce3c0e8045a5e46fc461a74af6da1a80c14 /Documentation/kobject.txt parent2df5d103a646998c672a34db74d15613cf7a716d (diff)
bridge: re-introduce 'fix parsing of MLDv2 reports'
commit bc8c20acaea1 ("bridge: multicast: treat igmpv3 report with INCLUDE and no sources as a leave") seems to have accidentally reverted commit 47cc84ce0c2f ("bridge: fix parsing of MLDv2 reports"). This commit brings back a change to br_ip6_multicast_mld2_report() where parsing of MLDv2 reports stops when the first group is successfully added to the MDB cache. Fixes: bc8c20acaea1 ("bridge: multicast: treat igmpv3 report with INCLUDE and no sources as a leave") Signed-off-by: Davide Caratti <dcaratti@redhat.com> Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Acked-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/kobject.txt')