mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
network: rename IGMPVersion= -> MulticastIGMPVersion=
This commit is contained in:
parent
f293fc5147
commit
e8489008cb
@ -413,7 +413,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><varname>IGMPVersion=</varname></term>
|
||||
<term><varname>MulticastIGMPVersion=</varname></term>
|
||||
<listitem>
|
||||
<para>Allows to change bridge's multicast Internet Group Management Protocol (IGMP) version.
|
||||
Takes an interger 2 or 3. When unset, the kernel's default will be used.
|
||||
|
@ -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)
|
||||
|
@ -45,7 +45,7 @@ AgeingTimeSec=
|
||||
Priority=
|
||||
GroupForwardMask=
|
||||
VLANFiltering=
|
||||
IGMPVersion=
|
||||
MulticastIGMPVersion=
|
||||
[VRF]
|
||||
TableId=
|
||||
Table=
|
||||
|
@ -11,4 +11,4 @@ Priority=9
|
||||
MulticastQuerier= true
|
||||
MulticastSnooping=true
|
||||
STP=true
|
||||
IGMPVersion=3
|
||||
MulticastIGMPVersion=3
|
||||
|
Loading…
x
Reference in New Issue
Block a user