diff options
| author | Nikolay Aleksandrov <[email protected]> | 2016-11-21 13:03:25 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-11-21 13:16:58 -0500 |
| commit | aa2ae3e71c74cc00ec22f133dc900b3817415785 (patch) | |
| tree | ceed020739d9d6dbe55378e4173b9af38763dae3 /include/uapi/linux | |
| 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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/if_link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index 325d2601150d..92b2d4928bf1 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h @@ -276,6 +276,7 @@ enum { IFLA_BR_VLAN_STATS_ENABLED, IFLA_BR_MCAST_STATS_ENABLED, IFLA_BR_MCAST_IGMP_VERSION, + IFLA_BR_MCAST_MLD_VERSION, __IFLA_BR_MAX, }; |