diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-10 17:03:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-10 17:03:00 +0100 |
commit | 926db6521b16f5fbf9c532142fd243ee6cea4ca8 (patch) | |
tree | 28e2251855f8423da5c779f3d7eb327ba1045550 /man | |
parent | 688bb89de5de1d98284737e3c6e815c07a2d39c2 (diff) | |
parent | 50f48ad37aad99c54de4db34b07c3825cdedcf41 (diff) |
Merge pull request #2574 from zonque/netclass-remove
cgroup: remove support for NetClass= directive
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.resource-control.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index b6b38fde58..08cdf06e23 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -424,23 +424,6 @@ </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> <listitem> |