diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-09-08 12:09:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 12:09:47 +0100 |
commit | adbffa6d475a7ebf6972468ad6f86df90520aa65 (patch) | |
tree | 428ba2e1a5fa8b34971cceb9f8391c1ac0d5d444 /docs/configexamples/azure-vpn-bgp.rst | |
parent | 86f8017a80b1159ff13303615a03a787d97bfdd7 (diff) | |
parent | da88a7dadcb1be9c6c9145b1376f1a9f2cb855f2 (diff) | |
download | vyos-documentation-adbffa6d475a7ebf6972468ad6f86df90520aa65.tar.gz vyos-documentation-adbffa6d475a7ebf6972468ad6f86df90520aa65.zip |
Merge pull request #849 from srividya0208/ipsec-interfaces
ipsec-interface: syntax correction
Diffstat (limited to 'docs/configexamples/azure-vpn-bgp.rst')
-rw-r--r-- | docs/configexamples/azure-vpn-bgp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/azure-vpn-bgp.rst b/docs/configexamples/azure-vpn-bgp.rst index 11d5a78b..6e715d79 100644 --- a/docs/configexamples/azure-vpn-bgp.rst +++ b/docs/configexamples/azure-vpn-bgp.rst @@ -81,7 +81,7 @@ Vyos configuration .. code-block:: none - set vpn ipsec ipsec-interfaces interface 'eth0' + set vpn ipsec interface 'eth0' - Configure a VTI with a dummy IP address |