diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:41:53 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:41:53 +0100 | 
| commit | de3b09d6ac10405b72dfefdfe750a92d8eea30f6 (patch) | |
| tree | fc493ef372dbe11ca9fea91d8a070b7e76a5ad25 /docs/interfaces/l2tpv3.rst | |
| parent | 8d843d4a17ff0c249256a4be902607f3e83f16ab (diff) | |
| download | vyos-documentation-de3b09d6ac10405b72dfefdfe750a92d8eea30f6.tar.gz vyos-documentation-de3b09d6ac10405b72dfefdfe750a92d8eea30f6.zip | |
Refactor "code-block:: console" to "code-block:: none"
Diffstat (limited to 'docs/interfaces/l2tpv3.rst')
| -rw-r--r-- | docs/interfaces/l2tpv3.rst | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/docs/interfaces/l2tpv3.rst b/docs/interfaces/l2tpv3.rst index a3fe3cd8..4514412d 100644 --- a/docs/interfaces/l2tpv3.rst +++ b/docs/interfaces/l2tpv3.rst @@ -11,7 +11,7 @@ L2TPv3 can transport any traffic including ethernet frames. L2TPv2 is limited to  L2TPv3 over IP  ^^^^^^^^^^^^^^ -.. code-block:: console +.. code-block:: none    # show interfaces l2tpv3     l2tpv3 l2tpeth10 { @@ -35,7 +35,7 @@ UDP mode works better with NAT:  * Set local-ip to your local IP (LAN).  * Add a forwarding rule matching UDP port on your internet router. -.. code-block:: console +.. code-block:: none    # show interfaces l2tpv3     l2tpv3 l2tpeth10 { @@ -61,7 +61,7 @@ This is the LAN extension use case. The eth0 port of the distant VPN peers will  IPSec: -.. code-block:: console +.. code-block:: none    set vpn ipsec ipsec-interfaces <VPN-interface>    set vpn ipsec esp-group test-ESP-1 compression 'disable' @@ -89,7 +89,7 @@ IPSec:  Bridge: -.. code-block:: console +.. code-block:: none    set interfaces bridge br0 description 'L2 VPN Bridge'    # remote side in this example: @@ -100,7 +100,7 @@ Bridge:  L2TPv3: -.. code-block:: console +.. code-block:: none    set interfaces l2tpv3 l2tpeth0 bridge-group bridge 'br0'    set interfaces l2tpv3 l2tpeth0 description 'L2 VPN Tunnel' | 
