diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-12-12 11:48:42 -0600 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-12-12 11:48:42 -0600 |
commit | 258e50e86f11d4ec2064fcdb403c5a7dc992a891 (patch) | |
tree | 4a787a3e6a09af9797c4162b89f2516b9d320f10 /chapter08 | |
parent | c1a6bf9b71a7a8d9d00d9e30ee566feb8247cc80 (diff) |
Modified list of tc subcommands to match the man page. Note that the
help screen doesn't match the man page. Also, there's an action
("tc chain") in the synopsis section that is not further explained
in the body of man tc. Documentation may be inaccurate.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/iproute2.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index 878ae22ed..bfc25331a 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -271,7 +271,6 @@ cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;</userinput></sc </listitem> </varlistentry> - <!-- FixMe These options don't match tc -help screen --> <varlistentry id="tc"> <term><command>tc</command></term> <listitem> @@ -284,14 +283,12 @@ cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;</userinput></sc <para><command>tc class</command> allows users to set up classes based on the queuing discipline scheduling</para> - <para><command>tc estimator</command> allows users to estimate the - data flow through a network</para> - <para><command>tc filter</command> allows users to set up the QoS/CoS packet filtering</para> - - <para><command>tc policy</command> allows users to set up the QoS/CoS - policies</para> + + <para><command>tc monitor</command> can be used to view changes + made to Traffic Control in the kernel.</para> + <indexterm zone="ch-system-iproute2 ss"> <primary sortas="b-tc">tc</primary> </indexterm> |