chiark / gitweb /
udev: net - allow MTU and Speed to be specified with units
[elogind.git] / man / udev.xml
index 0e75715887088686f6f135ed6b4b2d62b7c47f97..9733b85760569a429455c4ea672d9b38cf44ffc1 100644 (file)
           <term><varname>Driver=</varname></term>
           <listitem>
             <para>The driver currently bound to the device, as exposed by the
-            udev property <literal>DRIVER</literal> of its parent device.</para>
+            udev property <literal>DRIVER</literal> of its parent device, or if
+            that is not set the driver as exposed by <literal>ethtool -i</literal>
+            of the device itself.</para>
           </listitem>
         </varlistentry>
         <varlistentry>
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><varname>MTU=</varname></term>
+          <term><varname>MTUBytes=</varname></term>
           <listitem>
-            <para>The MTU to set for the device.</para>
+            <para>The maximum transmission unit in bytes to set for the device.</para>
           </listitem>
         </varlistentry>
         <varlistentry>
-          <term><varname>SpeedMBytes=</varname></term>
+          <term><varname>BitsPerSecond=</varname></term>
           <listitem>
-            <para>The speed to set for the device.</para>
+            <para>The speed to set for the device, the value is rounded down
+            to the nearest Mbps.</para>
           </listitem>
         </varlistentry>
         <varlistentry>