diff options
author | srividya0208 <a.srividya@vyos.io> | 2022-09-08 06:55:52 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2022-09-08 06:55:52 -0400 |
commit | da88a7dadcb1be9c6c9145b1376f1a9f2cb855f2 (patch) | |
tree | 428ba2e1a5fa8b34971cceb9f8391c1ac0d5d444 /docs/configuration/vpn/ipsec.rst | |
parent | 86f8017a80b1159ff13303615a03a787d97bfdd7 (diff) | |
download | vyos-documentation-da88a7dadcb1be9c6c9145b1376f1a9f2cb855f2.tar.gz vyos-documentation-da88a7dadcb1be9c6c9145b1376f1a9f2cb855f2.zip |
ipsec-interface: syntax correction
The command to set the vpn interface is changed in the rolling release
which is not modified in many configuration examples, corrected syntax
in all pages where it is mentioned
Diffstat (limited to 'docs/configuration/vpn/ipsec.rst')
-rw-r--r-- | docs/configuration/vpn/ipsec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/vpn/ipsec.rst b/docs/configuration/vpn/ipsec.rst index 693f3ec6..d1ea7bbc 100644 --- a/docs/configuration/vpn/ipsec.rst +++ b/docs/configuration/vpn/ipsec.rst @@ -198,7 +198,7 @@ On the LEFT: set interfaces tunnel tun0 address 10.10.10.1/30 ## IPsec - set vpn ipsec ipsec-interfaces interface eth0 + set vpn ipsec interface eth0 # IKE group set vpn ipsec ike-group MyIKEGroup proposal 1 dh-group '2' |