diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-17 22:01:18 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-08-17 22:01:54 +0200 |
commit | abd405b91e20786409fc5d9e2163940b9bcdfc90 (patch) | |
tree | cdd11258a9b9d2ca9760fc6f665be3aa947be1bf /docs/_include | |
parent | f6a30534bd173bcdc0667627e52498c2800d454c (diff) | |
download | vyos-documentation-abd405b91e20786409fc5d9e2163940b9bcdfc90.tar.gz vyos-documentation-abd405b91e20786409fc5d9e2163940b9bcdfc90.zip |
T5409: add per-client-thread CLI option for wireguard and wireless interfaces
Diffstat (limited to 'docs/_include')
-rw-r--r-- | docs/_include/interface-per-client-thread.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/_include/interface-per-client-thread.txt b/docs/_include/interface-per-client-thread.txt new file mode 100644 index 00000000..877be591 --- /dev/null +++ b/docs/_include/interface-per-client-thread.txt @@ -0,0 +1,14 @@ +.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} + {{ var5 }} {{ var6 }} per-client-thread + + Provides a per-device control to enable/disable the threaded mode for + all the NAPI instances of the given network device, without the need for + a device up/down. + + If CLI option is not specified, this feature is disabled. + + Example: + + .. code-block:: none + + set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} per-client-thread |