diff options
Diffstat (limited to 'docs/configexamples')
-rw-r--r-- | docs/configexamples/azure-vpn-bgp.rst | 2 | ||||
-rw-r--r-- | docs/configexamples/azure-vpn-dual-bgp.rst | 2 |
2 files changed, 2 insertions, 2 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 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 |