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/configuration/interfaces | |
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/configuration/interfaces')
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 4 | ||||
-rw-r--r-- | docs/configuration/interfaces/wireless.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index 5eb10fe8..d2916d9f 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -183,6 +183,10 @@ traffic. The command :opcmd:`show interfaces wireguard wg01 public-key` will then show the public key, which needs to be shared with the peer. +.. cmdinclude:: /_include/interface-per-client-thread.txt + :var0: wireguard + :var1: wg01 + **remote side - commands** .. code-block:: none diff --git a/docs/configuration/interfaces/wireless.rst b/docs/configuration/interfaces/wireless.rst index f45101b5..c321f208 100644 --- a/docs/configuration/interfaces/wireless.rst +++ b/docs/configuration/interfaces/wireless.rst @@ -122,6 +122,10 @@ Wireless options * ``station`` - Connects to another access point * ``monitor`` - Passively monitor all packets on the frequency/channel +.. cmdinclude:: /_include/interface-per-client-thread.txt + :var0: wireless + :var1: wlan0 + PPDU ---- |