]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Add IFLA_BR_MCAST_IGMP_VERSION
authorShreyas Behera <shreyasb@vmware.com>
Wed, 24 Jul 2019 12:54:51 +0000 (18:24 +0530)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Jul 2019 00:54:52 +0000 (09:54 +0900)
src/libsystemd/sd-netlink/netlink-types.c

index 3dab56c73d9bfe100b7aff41da8a2fb992fe8f94..de9b8b21ab5983e924aef391074a76f49bf9a8d0 100644 (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[] = {