]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: move documentation about NetClass from systemd.unit(5) to systemd.resource-contr...
authorLennart Poettering <lennart@poettering.net>
Wed, 14 Oct 2015 17:30:40 +0000 (19:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 19 Oct 2015 21:07:18 +0000 (23:07 +0200)
This is after all where we expose all the other cgroup props, especially
those that can be adjusted dynamically.

man/systemd.resource-control.xml
man/systemd.unit.xml

index 98f4d75ddb3e1dddbe9d2da694a460570d216397..9c5366a2b0ef4329add7528a5bee351178520216 100644 (file)
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><varname>NetClass=</varname></term>
+        <listitem><para>Configures a network class number to assign to the
+        unit. This value will be set to the
+        <literal>net_cls.class_id</literal> property of the
+        <literal>net_cls</literal> cgroup of the unit. The directive
+        accepts a numerical value (for fixed number assignment) and the keyword
+        <literal>auto</literal> (for dynamic allocation). Network traffic of
+        all processes inside the unit will have the network class ID assigned
+        by the kernel. Also see
+        the kernel docs for
+        <ulink url="https://www.kernel.org/doc/Documentation/cgroups/net_cls.txt">net_cls controller</ulink>
+        and
+        <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
+        </para></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><varname>Slice=</varname></term>
 
index 8985b6b94066f83180a1ec8a1f4292b87f8d8f1e..33f1309268224f53a5de570ad498886cd73dadce 100644 (file)
         units.</para></listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term><varname>NetClass=</varname></term>
-        <listitem><para>Configures a network class number to assign to the
-        unit. This value will be set to the
-        <literal>net_cls.class_id</literal> property of the
-        <literal>net_cls</literal> cgroup of the unit. The directive
-        accepts a numerical value (for fixed number assignment) and the keyword
-        <literal>auto</literal> (for dynamic allocation). Network traffic of
-        all processes inside the unit will have the network class ID assigned
-        by the kernel. Also see
-        the kernel docs for
-        <ulink url="https://www.kernel.org/doc/Documentation/cgroups/net_cls.txt">net_cls controller</ulink>
-        and
-        <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
-        </para></listitem>
-      </varlistentry>
     </variablelist>
 
   </refsect1>