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/dmvpn.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/dmvpn.rst')
-rw-r--r-- | docs/configuration/vpn/dmvpn.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/vpn/dmvpn.rst b/docs/configuration/vpn/dmvpn.rst index 50563e8b..66fc79da 100644 --- a/docs/configuration/vpn/dmvpn.rst +++ b/docs/configuration/vpn/dmvpn.rst @@ -218,7 +218,7 @@ Hub set vpn ipsec ike-group IKE-HUB proposal 2 encryption 'aes128' set vpn ipsec ike-group IKE-HUB proposal 2 hash 'sha1' - set vpn ipsec ipsec-interfaces interface 'eth0' + set vpn ipsec interface 'eth0' set vpn ipsec profile NHRPVPN authentication mode 'pre-shared-secret' set vpn ipsec profile NHRPVPN authentication pre-shared-secret 'secret' @@ -328,7 +328,7 @@ VyOS can also run in DMVPN spoke mode. set vpn ipsec ike-group IKE-HUB proposal 2 encryption 'aes128' set vpn ipsec ike-group IKE-HUB proposal 2 hash 'sha1' - set vpn ipsec ipsec-interfaces interface 'eth0' + set vpn ipsec interface 'eth0' set vpn ipsec profile NHRPVPN authentication mode 'pre-shared-secret' set vpn ipsec profile NHRPVPN authentication pre-shared-secret 'secret' |