<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions/show-hardware.xml.in, branch feature/T9082-codeql-cpp</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-03-24T17:02:56+00:00</updated>
<entry>
<title>T8410: Fix typos and mistakes for operational and configuration commands</title>
<updated>2026-03-24T17:02:56+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-03-20T16:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bb2aee1e58c1cd30087b935798060e6bf3c698c8'/>
<id>urn:sha1:bb2aee1e58c1cd30087b935798060e6bf3c698c8</id>
<content type='text'>
Fix typos and mistakes in the commands and comments
No functional changes
</content>
</entry>
<entry>
<title>T7942: consistent naming of "memory" in op-mode</title>
<updated>2025-10-17T20:39:22+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-10-17T20:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=63f46d97441440a2c56e6bdc1c1a7e515261abaa'/>
<id>urn:sha1:63f46d97441440a2c56e6bdc1c1a7e515261abaa</id>
<content type='text'>
We have the following memory related commands:
* show hardware mem
* show system memory &lt;cache | detail | routing-daemons&gt;

Most of the time we call it memory so this should be also made consistent in
the op-mode CLI. This is NOT a breaking change as mem is an abbreviation to
memory, so it's backwards compatible.
</content>
</entry>
<entry>
<title>op-mode: T7459: eliminate direct use of sudo in op mode commands</title>
<updated>2025-05-16T11:39:44+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-05-16T11:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6b562aae240927c14f629b9307583013bc3a9008'/>
<id>urn:sha1:6b562aae240927c14f629b9307583013bc3a9008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T671: call dmidecode directly in "show hardware dmi"</title>
<updated>2023-09-04T16:06:06+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-09-04T16:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7f0a363c9034a3b1600efab7c30bf7ab06381816'/>
<id>urn:sha1:7f0a363c9034a3b1600efab7c30bf7ab06381816</id>
<content type='text'>
The old script isn't doing much, in fact, it's much less informative
than actual dmidecode
</content>
</entry>
<entry>
<title>T2719: rework 'show hardware cpu *' commands in the new style</title>
<updated>2022-07-07T13:49:34+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-07-07T13:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ee5f697065eb1e50ea87bb1a6423b7533c03170a'/>
<id>urn:sha1:ee5f697065eb1e50ea87bb1a6423b7533c03170a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: storage: T3572: add S.M.A.R.T. status support</title>
<updated>2021-05-23T08:42:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-05-23T08:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=86f951b2b821c24e07a434e8d62eb7d0f6e061ca'/>
<id>urn:sha1:86f951b2b821c24e07a434e8d62eb7d0f6e061ca</id>
<content type='text'>
vyos@vyos:~$ show hardware storage nvme
Node             SN                   Model                                    Namespace Usage                      Format           FW Rev
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
/dev/nvme0n1     S437Nxxxxxxxxx       SAMSUNG MZQLB960HAJR-00007               1          25.17  GB / 960.20  GB    512   B +  0 B   EDA5202Q
/dev/nvme1n1     S437Nxxxxxxxxx       SAMSUNG MZQLB960HAJR-00007               1          38.36  GB / 960.20  GB    512   B +  0 B   EDA5202Q

vyos@vyos:~$ show hardware storage smart nvme0n1
=== START OF INFORMATION SECTION ===
Model Number:                       SAMSUNG MZQLB960HAJR-00007
Serial Number:                      S437Nxxxxxxxxx
...

(cherry picked from commit 2e44365dad5f8dd6a495070d36c590319a421c28)
</content>
</entry>
<entry>
<title>xml: op-mode: add preprocessor support as known from configuration mode</title>
<updated>2021-01-10T09:26:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-09T13:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37'/>
<id>urn:sha1:e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37</id>
<content type='text'>
</content>
</entry>
</feed>
