Add IFLA_BR_MCAST_IGMP_VERSION

This commit is contained in:
Shreyas Behera
2019-07-24 18:24:51 +05:30
committed by Yu Watanabe
parent 4410f5c902
commit 037dbb80d1

View File

@@ -130,6 +130,7 @@ static const NLType rtnl_link_info_data_bridge_types[] = {
[IFLA_BR_NF_CALL_IP6TABLES] = { .type = NETLINK_TYPE_U8 },
[IFLA_BR_NF_CALL_ARPTABLES] = { .type = NETLINK_TYPE_U8 },
[IFLA_BR_VLAN_DEFAULT_PVID] = { .type = NETLINK_TYPE_U16 },
[IFLA_BR_MCAST_IGMP_VERSION] = { .type = NETLINK_TYPE_U8 },
};
static const NLType rtnl_link_info_data_vlan_types[] = {