diff options
author | Balazs Szenczy <79051687+1majom@users.noreply.github.com> | 2024-08-10 19:42:22 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-10 20:31:56 +0000 |
commit | ddc8993fe82bc86f5ee0b1b9560cede94f3d05c5 (patch) | |
tree | ad4f724e3df7356ee2074044355f07a29a03cefb | |
parent | b3c88ce74db5b7a03e818935f4a690149fa641a2 (diff) | |
download | vyos-documentation-ddc8993fe82bc86f5ee0b1b9560cede94f3d05c5.tar.gz vyos-documentation-ddc8993fe82bc86f5ee0b1b9560cede94f3d05c5.zip |
Update l2tp.rst
Small correction
(cherry picked from commit e835834cded213855cde83335fc49b0d19b9004c)
-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 8a6ba47b..15705449 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. |