mcproxy: add igmpV2 reply support
authorJohn Crispin <john@phrozen.org>
Wed, 5 Jun 2019 18:33:42 +0000 (20:33 +0200)
committerJohn Crispin <john@phrozen.org>
Sun, 30 Jun 2019 11:03:18 +0000 (13:03 +0200)
commita56d996b94682c90729ad9b561168635b857649c
treedf8345554f67066e1e4c63e64ceec848849991f4
parent490971e8e5bffb1094ca6b5740df4c1c6e3659ef
mcproxy: add igmpV2 reply support

mcproxy has no way to send an IGMPv2 query today. If you force IGMPv2 (by
setting the protocol in the mcproxy config and setting the force_igmp_version
flag on all interfaces) the bridge will send v2 queries but if mcproxy takes
over as the querier it will send v3 queries. The patch below adds support for
sending v2 queries so everyone stays in sync:

Signed-off-by: Sukru Senli <sukru.senli@iopsys.eu>
Signed-off-by: Chad Monroe <chad.monroe@smartrg.com>
Signed-off-by: John Crispin <john@phrozen.org>
mcproxy/files/mcproxy.config
mcproxy/patches/0006-block-ingress.patch
mcproxy/patches/0007-igmpv2-queries.patch [new file with mode: 0644]