summaryrefslogtreecommitdiff
path: root/docs/automation/command-scripting.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-24 20:32:07 +0100
committerrebortg <github@ghlr.de>2022-03-24 20:32:07 +0100
commitdb42af861e7d3b46606f8da089a35fb11515313c (patch)
tree761254502d0f3093d5eab1eaf67bb7b67506197a /docs/automation/command-scripting.rst
parent4ddcd64367da744c328ecd1ceb8f6055bfeca8a5 (diff)
parent80dac2f234861b8605a52d06734e8b9a74e387e0 (diff)
downloadvyos-documentation-db42af861e7d3b46606f8da089a35fb11515313c.tar.gz
vyos-documentation-db42af861e7d3b46606f8da089a35fb11515313c.zip
Merge branch 'equuleus' of github.com:vyos/vyos-documentation into equuleus
Diffstat (limited to 'docs/automation/command-scripting.rst')
-rw-r--r--docs/automation/command-scripting.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/automation/command-scripting.rst b/docs/automation/command-scripting.rst
index 76778853..8859f109 100644
--- a/docs/automation/command-scripting.rst
+++ b/docs/automation/command-scripting.rst
@@ -61,15 +61,16 @@ a remote VyOS system.
Will return:
-```
-Welcome to VyOS
-Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
-Interface IP Address S/L Description
---------- ---------- --- -----------
-eth0 192.0.2.1/24 u/u
-lo 127.0.0.1/8 u/u
- ::1/128
-```
+.. code-block:: none
+
+ Welcome to VyOS
+ Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
+ Interface IP Address S/L Description
+ --------- ---------- --- -----------
+ eth0 192.0.2.1/24 u/u
+ lo 127.0.0.1/8 u/u
+ ::1/128
+
Other script languages
----------------------