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/configexamples/azure-vpn-dual-bgp.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/configexamples/azure-vpn-dual-bgp.rst')
-rw-r--r-- | docs/configexamples/azure-vpn-dual-bgp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/azure-vpn-dual-bgp.rst b/docs/configexamples/azure-vpn-dual-bgp.rst index fc8e8bdb..2172e76d 100644 --- a/docs/configexamples/azure-vpn-dual-bgp.rst +++ b/docs/configexamples/azure-vpn-dual-bgp.rst @@ -80,7 +80,7 @@ Vyos configuration .. code-block:: none - set vpn ipsec ipsec-interfaces interface 'eth0' + set vpn ipsec interface 'eth0' - Configure two VTIs with a dummy IP address each |