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/routing/rip.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/routing/rip.rst')
| -rw-r--r-- | docs/routing/rip.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/routing/rip.rst b/docs/routing/rip.rst index eedb3852..da00e7b1 100644 --- a/docs/routing/rip.rst +++ b/docs/routing/rip.rst @@ -7,7 +7,7 @@ Simple RIP configuration using 2 nodes and redistributing connected interfaces.  **Node 1:** -.. code-block:: console +.. code-block:: none    set interfaces loopback address 10.1.1.1/32    set protocols rip network 192.168.0.0/24 @@ -15,7 +15,7 @@ Simple RIP configuration using 2 nodes and redistributing connected interfaces.  **Node 2:** -.. code-block:: console +.. code-block:: none    set interfaces loopback address 10.2.2.2/32    set protocols rip network 192.168.0.0/24 | 
