summaryrefslogtreecommitdiff
path: root/docs/operation
diff options
context:
space:
mode:
authorGanawa Juanah <ganawa@juanah.com>2021-06-29 19:12:13 -0500
committerGitHub <noreply@github.com>2021-06-29 19:12:13 -0500
commita8f2f59e337e39c8aa7b2f781dd3734f2c3a1e3d (patch)
tree1691399ce3467e84d6b5e4aee3c9405fa9efc5a8 /docs/operation
parentb693706c66470d6b8b89f6d2c42c8f153a360673 (diff)
parentf0c1ad02e79a2fe6b9afa637b0625c446a5ec448 (diff)
downloadvyos-documentation-a8f2f59e337e39c8aa7b2f781dd3734f2c3a1e3d.tar.gz
vyos-documentation-a8f2f59e337e39c8aa7b2f781dd3734f2c3a1e3d.zip
Merge branch 'vyos:master' into master
Diffstat (limited to 'docs/operation')
-rw-r--r--docs/operation/information.rst57
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/operation/information.rst b/docs/operation/information.rst
index ec2506cb..fea85feb 100644
--- a/docs/operation/information.rst
+++ b/docs/operation/information.rst
@@ -94,3 +94,60 @@ For additional details you can refer to https://phabricator.vyos.net/T2490.
usb0b2.4p1.1 Quad_RS232-HS Future Technology Devices International, Ltd
usb0b2.4p1.2 Quad_RS232-HS Future Technology Devices International, Ltd
usb0b2.4p1.3 Quad_RS232-HS Future Technology Devices International, Ltd
+
+.. _information_version:
+
+########
+Version
+########
+
+.. opcmd:: show version
+
+ Return the current running VyOS version and build information. This includes
+ also the name of the release train which is ``crux`` on VyOS 1.2, ``equuleus``
+ on VyOS 1.3 and ``sagitta`` on VyOS 1.4.
+
+ .. code-block:: none
+
+ vyos@vyos:~$ show version
+
+ Version: VyOS 1.4-rolling-202106270801
+ Release Train: sagitta
+
+ Built by: autobuild@vyos.net
+ Built on: Sun 27 Jun 2021 09:50 UTC
+ Build UUID: ab43e735-edcb-405a-9f51-f16a1b104e52
+ Build Commit ID: f544d75eab758f
+
+ Architecture: x86_64
+ Boot via: installed image
+ System type: KVM guest
+
+ Hardware vendor: QEMU
+ Hardware model: Standard PC (i440FX + PIIX, 1996)
+ Hardware S/N:
+ Hardware UUID: Unknown
+
+ Copyright: VyOS maintainers and contributors
+
+.. opcmd:: show version kernel
+
+ Return version number of the Linux Kernel used in this release.
+
+ .. code-block:: none
+
+ vyos@vyos:~$ show version kernel
+ 5.10.46-amd64-vyos
+
+.. opcmd:: show version frr
+
+ Return version number of FRR (Free Range Routing - https://frrouting.org/)
+ used in this release. This is the routing control plane and a successor to GNU
+ Zebra and Quagga.
+
+ .. code-block:: none
+
+ vyos@vyos:~$ show version frr
+ FRRouting 7.5.1-20210625-00-gf07d935a2 (vyos).
+ Copyright 1996-2005 Kunihiro Ishiguro, et al.
+