commit | aa2ae3e71c74cc00ec22f133dc900b3817415785 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Mon Nov 21 13:03:25 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 21 13:16:58 2016 -0500 |
tree | ceed020739d9d6dbe55378e4173b9af38763dae3 | |
parent | 5e9235853d652a295d5f56cb8652950b6b5bf56b [diff] |
bridge: mcast: add MLDv2 querier support This patch adds basic support for MLDv2 queries, the default is MLDv1 as before. A new multicast option - multicast_mld_version, adds the ability to change it between 1 and 2 via netlink and sysfs. The MLD option is disabled if CONFIG_IPV6 is disabled. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>