mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
Add IFLA_BR_MCAST_IGMP_VERSION
This commit is contained in:
committed by
Yu Watanabe
parent
4410f5c902
commit
037dbb80d1
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user