summaryrefslogtreecommitdiff
path: root/docs/configuration/vpn/dmvpn.rst
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2022-09-08 12:09:47 +0100
committerGitHub <noreply@github.com>2022-09-08 12:09:47 +0100
commitadbffa6d475a7ebf6972468ad6f86df90520aa65 (patch)
tree428ba2e1a5fa8b34971cceb9f8391c1ac0d5d444 /docs/configuration/vpn/dmvpn.rst
parent86f8017a80b1159ff13303615a03a787d97bfdd7 (diff)
parentda88a7dadcb1be9c6c9145b1376f1a9f2cb855f2 (diff)
downloadvyos-documentation-adbffa6d475a7ebf6972468ad6f86df90520aa65.tar.gz
vyos-documentation-adbffa6d475a7ebf6972468ad6f86df90520aa65.zip
Merge pull request #849 from srividya0208/ipsec-interfaces
ipsec-interface: syntax correction
Diffstat (limited to 'docs/configuration/vpn/dmvpn.rst')
-rw-r--r--docs/configuration/vpn/dmvpn.rst4
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'