diff options
author | Ricky Pai <rickyp999+github@gmail.com> | 2021-04-04 11:43:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 11:43:33 -0700 |
commit | 96978405264fe4e2269bd66c09eb13f672b08175 (patch) | |
tree | 8f4aed53879a16d3a12bc47bcb23e1ae8e4c27da /docs | |
parent | e011442e41df539324a979797edada38f93fb67f (diff) | |
download | vyos-documentation-96978405264fe4e2269bd66c09eb13f672b08175.tar.gz vyos-documentation-96978405264fe4e2269bd66c09eb13f672b08175.zip |
fix command for deleting wireguard keypair
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index 427df566..db144650 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -259,7 +259,7 @@ Operational commands .. code-block:: none - vyos@wg01# wireguard keypair default + vyos@wg01$ delete wireguard keypair default .. stop_vyoslinter |