]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: rename IGMPVersion= -> MulticastIGMPVersion=
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 26 Jul 2019 01:58:34 +0000 (10:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 26 Jul 2019 02:00:56 +0000 (11:00 +0900)
man/systemd.netdev.xml
src/network/netdev/netdev-gperf.gperf
test/fuzz/fuzz-netdev-parser/directives.netdev
test/test-network/conf/25-bridge.netdev

index 515560f14e139d43ea649e94dc25be50314be789..0775e00bd2fff6c9aa7908073fad7a0e7f526170 100644 (file)
         </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.
index b017ac8ec77e2504926829844ab3db4846b72458..47566f63a8a4c0d23b9f32cfd0128d7b854a5640 100644 (file)
@@ -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)
index 78ffcead1cc326b70c5da9647488c2368f11bc34..e8391dab780cfad2385a3a6f641d09a08f2b43b1 100644 (file)
@@ -45,7 +45,7 @@ AgeingTimeSec=
 Priority=
 GroupForwardMask=
 VLANFiltering=
-IGMPVersion=
+MulticastIGMPVersion=
 [VRF]
 TableId=
 Table=
index a52b9d02fb5a19ebadc3a01cd5e2ed5c9e26fc91..f5c93516379ea236532fc156f31c45d61070b6a6 100644 (file)
@@ -11,4 +11,4 @@ Priority=9
 MulticastQuerier= true
 MulticastSnooping=true
 STP=true
-IGMPVersion=3
+MulticastIGMPVersion=3