summaryrefslogtreecommitdiff
path: root/docs/vpp/configuration
diff options
context:
space:
mode:
authorOleksandr Kuchmystyi <o.kuchmystyi@vyos.io>2026-02-13 10:26:58 +0300
committerOleksandr Kuchmystyi <o.kuchmystyi@vyos.io>2026-02-13 10:26:58 +0300
commit309019193482dfe15d4e2167514fa5bb8dab7409 (patch)
tree0a4bd090edfe37e32fb794c5582488395d822494 /docs/vpp/configuration
parent417161e8bf85d07cd8c9744a8230dfa3e0af7ba3 (diff)
downloadvyos-documentation-309019193482dfe15d4e2167514fa5bb8dab7409.tar.gz
vyos-documentation-309019193482dfe15d4e2167514fa5bb8dab7409.zip
vpp: T8258: Move `poll-sleep-usec` out of `unix` section
Diffstat (limited to 'docs/vpp/configuration')
-rw-r--r--docs/vpp/configuration/dataplane/unix.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpp/configuration/dataplane/unix.rst b/docs/vpp/configuration/dataplane/unix.rst
index 3551d692..45c59bfa 100644
--- a/docs/vpp/configuration/dataplane/unix.rst
+++ b/docs/vpp/configuration/dataplane/unix.rst
@@ -16,7 +16,7 @@ To mitigate this, VPP provides a configurable polling delay that allows to reduc
You can configure the polling delay using the following command in the VyOS CLI:
-.. cfgcmd:: set vpp settings unix poll-sleep-usec <delay>
+.. cfgcmd:: set vpp settings poll-sleep-usec <delay>
Sets the polling delay in microseconds. A value of 0 means no delay (default), while higher values introduce a delay between polling cycles.