diff options
author | rebortg <github@ghlr.de> | 2022-03-24 20:30:44 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-03-24 20:30:44 +0100 |
commit | cdb93d5c44e8bdd4b06507d93987aac174186700 (patch) | |
tree | ba1c9cc3a0365698a5df18f827310c583adce668 /docs/automation/command-scripting.rst | |
parent | dfc9cebb8497220ba27a2d582ee63d4c7acedbcf (diff) | |
parent | 2b0d1f116611e723ef8e0c3ca2ba2b40c9fc068b (diff) | |
download | vyos-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.rst | 19 |
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 ---------------------- |