summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-26 10:58:34 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-26 11:00:56 +0900
commite8489008cb9f0ada20c99633dfca4c66ccfadc6c (patch)
tree7063fe4023883427d94dc1702714961a269c038c /src
parentf293fc5147d75902f10c3867ebf17b1496789933 (diff)
downloadsystemd-e8489008cb9f0ada20c99633dfca4c66ccfadc6c.tar.gz
systemd-e8489008cb9f0ada20c99633dfca4c66ccfadc6c.tar.bz2
systemd-e8489008cb9f0ada20c99633dfca4c66ccfadc6c.zip
network: rename IGMPVersion= -> MulticastIGMPVersion=
Diffstat (limited to 'src')
-rw-r--r--src/network/netdev/netdev-gperf.gperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf
index b017ac8ec7..47566f63a8 100644
--- a/src/network/netdev/netdev-gperf.gperf
+++ b/src/network/netdev/netdev-gperf.gperf
@@ -207,7 +207,7 @@ Bridge.MulticastQuerier, config_parse_tristate,
Bridge.MulticastSnooping, config_parse_tristate, 0, offsetof(Bridge, mcast_snooping)
Bridge.VLANFiltering, config_parse_tristate, 0, offsetof(Bridge, vlan_filtering)
Bridge.STP, config_parse_tristate, 0, offsetof(Bridge, stp)
-Bridge.IGMPVersion, config_parse_uint8, 0, offsetof(Bridge, igmp_version)
+Bridge.MulticastIGMPVersion, config_parse_uint8, 0, offsetof(Bridge, igmp_version)
VRF.TableId, config_parse_uint32, 0, offsetof(Vrf, table) /* deprecated */
VRF.Table, config_parse_uint32, 0, offsetof(Vrf, table)
WireGuard.FirewallMark, config_parse_unsigned, 0, offsetof(Wireguard, fwmark)