mirror of
https://github.com/systemd/systemd.git
synced 2025-02-09 13:57:42 +03:00
network: rename IGMPVersion= -> MulticastIGMPVersion=
This commit is contained in:
parent
f293fc5147
commit
e8489008cb
@ -413,7 +413,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>IGMPVersion=</varname></term>
|
<term><varname>MulticastIGMPVersion=</varname></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Allows to change bridge's multicast Internet Group Management Protocol (IGMP) version.
|
<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.
|
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.MulticastSnooping, config_parse_tristate, 0, offsetof(Bridge, mcast_snooping)
|
||||||
Bridge.VLANFiltering, config_parse_tristate, 0, offsetof(Bridge, vlan_filtering)
|
Bridge.VLANFiltering, config_parse_tristate, 0, offsetof(Bridge, vlan_filtering)
|
||||||
Bridge.STP, config_parse_tristate, 0, offsetof(Bridge, stp)
|
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.TableId, config_parse_uint32, 0, offsetof(Vrf, table) /* deprecated */
|
||||||
VRF.Table, config_parse_uint32, 0, offsetof(Vrf, table)
|
VRF.Table, config_parse_uint32, 0, offsetof(Vrf, table)
|
||||||
WireGuard.FirewallMark, config_parse_unsigned, 0, offsetof(Wireguard, fwmark)
|
WireGuard.FirewallMark, config_parse_unsigned, 0, offsetof(Wireguard, fwmark)
|
||||||
|
@ -45,7 +45,7 @@ AgeingTimeSec=
|
|||||||
Priority=
|
Priority=
|
||||||
GroupForwardMask=
|
GroupForwardMask=
|
||||||
VLANFiltering=
|
VLANFiltering=
|
||||||
IGMPVersion=
|
MulticastIGMPVersion=
|
||||||
[VRF]
|
[VRF]
|
||||||
TableId=
|
TableId=
|
||||||
Table=
|
Table=
|
||||||
|
@ -11,4 +11,4 @@ Priority=9
|
|||||||
MulticastQuerier= true
|
MulticastQuerier= true
|
||||||
MulticastSnooping=true
|
MulticastSnooping=true
|
||||||
STP=true
|
STP=true
|
||||||
IGMPVersion=3
|
MulticastIGMPVersion=3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user