diff options
author | Balazs Szenczy <79051687+1majom@users.noreply.github.com> | 2024-08-10 19:42:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-10 19:42:22 +0200 |
commit | e835834cded213855cde83335fc49b0d19b9004c (patch) | |
tree | b300e03cba7a036abd44e8290da8bb3264acde91 /docs/configuration | |
parent | 8748df5c776583814a5537dd6974bafecaa85ebe (diff) | |
download | vyos-documentation-e835834cded213855cde83335fc49b0d19b9004c.tar.gz vyos-documentation-e835834cded213855cde83335fc49b0d19b9004c.zip |
Update l2tp.rst
Small correction
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index a0f5fb1b..d2215c1c 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -60,7 +60,7 @@ Configuring IPsec set vpn ipsec interface eth0 set vpn l2tp remote-access ipsec-settings authentication mode pre-shared-secret - set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret <secret> + set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret secret .. cfgcmd:: set vpn ipsec interface <INTERFACE> @@ -71,7 +71,7 @@ Configuring IPsec Set mode for IPsec authentication between VyOS and L2TP clients. -.. cfgcmd:: set vpn l2tp remote-access ipsec-settings authentication mode <pre-shared-secret | x509> +.. cfgcmd:: set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret <secret> Set predefined shared secret phrase. |