summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-02-15 13:14:04 +0100
committerGitHub <noreply@github.com>2026-02-15 13:14:04 +0100
commit3dbed401a9e53116285b1cef680a7c2fabe890d3 (patch)
tree0a4bd090edfe37e32fb794c5582488395d822494
parent417161e8bf85d07cd8c9744a8230dfa3e0af7ba3 (diff)
parent309019193482dfe15d4e2167514fa5bb8dab7409 (diff)
downloadvyos-documentation-3dbed401a9e53116285b1cef680a7c2fabe890d3.tar.gz
vyos-documentation-3dbed401a9e53116285b1cef680a7c2fabe890d3.zip
vpp: T8258: Move `poll-sleep-usec` out of `unix` section (#1767)
-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.