aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-01-11 09:47:25 -0800
committerStephen Hemminger <stephen@networkplumber.org>2024-01-12 10:40:25 -0800
commit5659cf775210d215721c78e25df391dbf9944bfd (patch)
tree4fbaed7fbb28ecdf0ba9f4dbd2c12ece8912c63e
parent05a4fc72587fed4ad5a0a93c59394b3e39f30381 (diff)
downloadiproute2-5659cf775210d215721c78e25df391dbf9944bfd.tar.gz
man: drop references to ifconfig
The documentation does not need to have any references to the legacy command ifconfig. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/tc-bfifo.82
-rw-r--r--man/man8/tc-pfifo_fast.84
2 files changed, 0 insertions, 6 deletions
diff --git a/man/man8/tc-bfifo.8 b/man/man8/tc-bfifo.8
index 3e290322f..bc05ef4d8 100644
--- a/man/man8/tc-bfifo.8
+++ b/man/man8/tc-bfifo.8
@@ -37,8 +37,6 @@ If the list is too long, no further packets are allowed on. This is called 'tail
limit
Maximum queue size. Specified in bytes for bfifo, in packets for pfifo. For pfifo, defaults
to the interface txqueuelen, as specified with
-.BR ifconfig (8)
-or
.BR ip (8).
The range for this parameter is [0, UINT32_MAX].
diff --git a/man/man8/tc-pfifo_fast.8 b/man/man8/tc-pfifo_fast.8
index baf34b1df..0029d67f4 100644
--- a/man/man8/tc-pfifo_fast.8
+++ b/man/man8/tc-pfifo_fast.8
@@ -27,8 +27,6 @@ have traffic, higher bands are never dequeued. This can be used to
prioritize interactive traffic or penalize 'lowest cost' traffic.
Each band can be txqueuelen packets long, as configured with
-.BR ifconfig (8)
-or
.BR ip (8).
Additional packets coming in are not enqueued but are instead dropped.
@@ -40,8 +38,6 @@ for complete details on how TOS bits are translated into bands.
txqueuelen
The length of the three bands depends on the interface txqueuelen, as
specified with
-.BR ifconfig (8)
-or
.BR ip (8).
.SH BUGS