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/wireguard.rst | |
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/wireguard.rst')
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 4 |
1 files changed, 4 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 |