From: Daan De Meyer Date: Wed, 23 Apr 2025 11:50:14 +0000 (+0200) Subject: network: Fix wrong config parser for Bridge.MulticastIGMPVersion X-Git-Tag: v258-rc1~748^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=058d6806259f7b1ebccf59b06c04a35f559e0451;p=thirdparty%2Fsystemd.git network: Fix wrong config parser for Bridge.MulticastIGMPVersion Follow up for afa51e2dfb1a0171d3a9341e5a5fc5c4088624bc --- diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index 29cf6174b24..35cc038c27d 100644 --- a/src/network/netdev/netdev-gperf.gperf +++ b/src/network/netdev/netdev-gperf.gperf @@ -244,7 +244,7 @@ Bridge.MulticastSnooping, config_parse_tristate, Bridge.VLANFiltering, config_parse_tristate, 0, offsetof(Bridge, vlan_filtering) Bridge.VLANProtocol, config_parse_vlanprotocol, 0, offsetof(Bridge, vlan_protocol) Bridge.STP, config_parse_tristate, 0, offsetof(Bridge, stp) -Bridge.MulticastIGMPVersion, config_parse_uint8, 0, offsetof(Bridge, igmp_version) +Bridge.MulticastIGMPVersion, config_parse_bridge_igmp_version, 0, offsetof(Bridge, igmp_version) Bridge.FDBMaxLearned, config_parse_bridge_fdb_max_learned, 0, offsetof(Bridge, fdb_max_learned) Bridge.LinkLocalLearning, config_parse_tristate, 0, offsetof(Bridge, linklocal_learn) VRF.TableId, config_parse_uint32, 0, offsetof(Vrf, table) /* deprecated */