summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2022-02-01 20:16:19 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2022-02-01 20:16:24 +0100
commit85e8c1c9a751b6fba49e8caea859014f620ac710 (patch)
treed3cea9ef99c350f01ab11b737e5d3dae6bd905c6 /docs/source
parentdad946b66dfca0879274233f02cfff238286ef51 (diff)
downloadpodman-85e8c1c9a751b6fba49e8caea859014f620ac710.tar.gz
podman-85e8c1c9a751b6fba49e8caea859014f620ac710.tar.bz2
podman-85e8c1c9a751b6fba49e8caea859014f620ac710.zip
docs: clarify rootless net stats
follow-up for https://github.com/containers/podman/pull/13101 [CI:DOCS] Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-stats.1.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-stats.1.md b/docs/source/markdown/podman-stats.1.md
index e3ffc74ca..1b04c371e 100644
--- a/docs/source/markdown/podman-stats.1.md
+++ b/docs/source/markdown/podman-stats.1.md
@@ -98,8 +98,10 @@ ID NAME MEM USAGE / LIMIT
6eae9e25a564 clever_bassi 3.031MB / 16.7GB
```
-Note: When using a slirp4netns network, the traffic send via the port forwarding will be accounted
-to the `lo` device. Traffic accounted to `lo` is not accounted in the stats output.
+Note: When using a slirp4netns network with the rootlesskit port
+handler, the traffic send via the port forwarding will be accounted to
+the `lo` device. Traffic accounted to `lo` is not accounted in the
+stats output.
## SEE ALSO