<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions, 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-07-01T19:01:16+00:00</updated>
<entry>
<title>op-mode: T9009: add "show log priority &lt;level&gt;" command</title>
<updated>2026-07-01T19:01:16+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-29T14:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ab149e4d09925013a6b440af583addf58e6602d4'/>
<id>urn:sha1:ab149e4d09925013a6b440af583addf58e6602d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T9009: rename "monitor log level" to priority to match journalctl</title>
<updated>2026-07-01T19:01:14+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-29T14:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1403abb248c63fd1e7a9dc01ca447f86c8173664'/>
<id>urn:sha1:1403abb248c63fd1e7a9dc01ca447f86c8173664</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T8372: add "show log facility &lt;name&gt;" command</title>
<updated>2026-06-29T14:58:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-29T14:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e89ca5acb309f7af1b49f28c152b3f0f3296f619'/>
<id>urn:sha1:e89ca5acb309f7af1b49f28c152b3f0f3296f619</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T8372: improve authentication logging journalctl command</title>
<updated>2026-06-29T14:58:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-29T14:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0e86666faafb0eaa2f4b26e3259bc20c56f549ba'/>
<id>urn:sha1:0e86666faafb0eaa2f4b26e3259bc20c56f549ba</id>
<content type='text'>
Instead of passing environment variables now pass proper CLI arguments.
</content>
</entry>
<entry>
<title>geoip: T8987: Support updates via source-address/vrf</title>
<updated>2026-06-25T14:19:06+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2026-06-17T17:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=be535fd16bdf9a7978d4e2b049fdf0b45c6e9f38'/>
<id>urn:sha1:be535fd16bdf9a7978d4e2b049fdf0b45c6e9f38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T9009: extend "monitor log" with filter level</title>
<updated>2026-06-20T21:17:00+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-20T21:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b133a93a0f9c0ac103cfdb96b71d61dd9df0912f'/>
<id>urn:sha1:b133a93a0f9c0ac103cfdb96b71d61dd9df0912f</id>
<content type='text'>
journalctl captures all syslog priority levels; filtering happens at query time
via -p &lt;level&gt;. The existing monitor log command always shows all priorities.

A "monitor log filter &lt;priority&gt;" sub-command lets operators tail the journal
at a specific minimum severity without having to remember journalctl flags.

"journalctl -p &lt;level&gt;" shows messages at that level and above (i.e., lower
numeric severity values are always included — warning also shows err, crit,
alert, emerg).
</content>
</entry>
<entry>
<title>op-mode: T9009: remove superfluous bash -c '' from monitor log command</title>
<updated>2026-06-20T21:13:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-20T21:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=871f2fce4ebdc2adc77d086a59bfc38093d4d6dc'/>
<id>urn:sha1:871f2fce4ebdc2adc77d086a59bfc38093d4d6dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T9009: use journalctl build-in colorisation</title>
<updated>2026-06-20T21:12:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-20T21:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e12c92a693208b58c0bcec84c1758e0142c53c7c'/>
<id>urn:sha1:e12c92a693208b58c0bcec84c1758e0142c53c7c</id>
<content type='text'>
Drop third party binary grc for showing the log output in fancy colors.
Solely rely on what journalctl brings to the table.
</content>
</entry>
<entry>
<title>Merge pull request #5237 from indrajitr/dhcp-leases-extended-options</title>
<updated>2026-06-18T14:32:27+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-18T14:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=177c5e837073789431e945620dca6a2ee0b1927f'/>
<id>urn:sha1:177c5e837073789431e945620dca6a2ee0b1927f</id>
<content type='text'>
dhcp: T8941: Support filter and sorting combination on DHCPv4/v6 server lease entries in op mode</content>
</entry>
<entry>
<title>Merge pull request #5225 from indrajitr/T8165-pki-private-bundle</title>
<updated>2026-06-15T17:02:24+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2026-06-15T17:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4fb32bc179127691f40c8e93c55877aa76f10416'/>
<id>urn:sha1:4fb32bc179127691f40c8e93c55877aa76f10416</id>
<content type='text'>
pki: T8165: Add ability to show certificate full chain in pem format</content>
</entry>
</feed>
