summaryrefslogtreecommitdiff
path: root/docs/automation/command-scripting.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-24 20:30:44 +0100
committerrebortg <github@ghlr.de>2022-03-24 20:30:44 +0100
commitcdb93d5c44e8bdd4b06507d93987aac174186700 (patch)
treeba1c9cc3a0365698a5df18f827310c583adce668 /docs/automation/command-scripting.rst
parentdfc9cebb8497220ba27a2d582ee63d4c7acedbcf (diff)
parent2b0d1f116611e723ef8e0c3ca2ba2b40c9fc068b (diff)
downloadvyos-documentation-cdb93d5c44e8bdd4b06507d93987aac174186700.tar.gz
vyos-documentation-cdb93d5c44e8bdd4b06507d93987aac174186700.zip
Merge branch 'master' of github.com:vyos/vyos-documentation
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 4486b0c9..7cf31232 100644
--- a/docs/automation/command-scripting.rst
+++ b/docs/automation/command-scripting.rst
@@ -62,15 +62,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
----------------------