diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-11 17:51:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-11 17:51:20 +0200 |
commit | 830fe685961ce4a47656a3d57d84ce49375336d2 (patch) | |
tree | 7c2dd667fe9d5213d2b41ddb1e9389285db6b3f8 /docs/configuration/vrf | |
parent | 319c9261ea54c84f94ab97e682d1b98b39ae0208 (diff) | |
download | vyos-documentation-830fe685961ce4a47656a3d57d84ce49375336d2.tar.gz vyos-documentation-830fe685961ce4a47656a3d57d84ce49375336d2.zip |
vrf: fix code-block for CLI config
Diffstat (limited to 'docs/configuration/vrf')
-rw-r--r-- | docs/configuration/vrf/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 0d2fc160..a2ff74a9 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -340,7 +340,7 @@ The following example topology was build using EVE-NG. Configuration ^^^^^^^^^^^^^ - .. code-block: none + .. code-block:: none set interfaces bridge br10 address '10.30.0.254/24' set interfaces bridge br10 member interface eth3 |