<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/version/system-version.xml.i, branch fix/T8955-http-api-verify-tls</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=fix%2FT8955-http-api-verify-tls</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=fix%2FT8955-http-api-verify-tls'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-04-09T18:54:06+00:00</updated>
<entry>
<title>serial: T8375: add CLI option to explicitly set kernel console</title>
<updated>2026-04-09T18:54:06+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-04-02T05:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=35db941bcf30f3fac5b1358aa1124f34f9808950'/>
<id>urn:sha1:35db941bcf30f3fac5b1358aa1124f34f9808950</id>
<content type='text'>
Previously, VyOS hardcoded the kernel boot log console to either ttyS0 or
tty0, with no post-install CLI method to change it (manual GRUB edits
were required).

This commit adds a new CLI node:
  system console device &lt;name&gt; kernel

When set, the selected serial console is used as the kernel boot console.
When removed, the kernel boot console falls back to tty0.
</content>
</entry>
<entry>
<title>T7664: ip protocol 'kernel' etc removed</title>
<updated>2026-01-12T21:17:50+00:00</updated>
<author>
<name>Kyrylo Yatsenko</name>
<email>hedrok@gmail.com</email>
</author>
<published>2025-12-28T15:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2471f686979fd83bd015f124b6faa66f27b8c9ba'/>
<id>urn:sha1:2471f686979fd83bd015f124b6faa66f27b8c9ba</id>
<content type='text'>
In FRR 10.5 ip protocols

* connected
* kernel
* local
* table
* table-direct

are removed. First three in fb8e399e4f66d09780f176fbecb99168089e64eb,
table* in 7fd030504be060387694e8a2af7f19ddd7dee39d.

In `ip protocols`, `ipv6 protocols` and `vrf`  VyOS supports

* connected
* kernel
* table

Remove these from CLI, add migration scripts, update tests.
</content>
</entry>
<entry>
<title>syslog: T4251: Implement migration script for TLS section</title>
<updated>2025-11-04T08:47:00+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2025-11-03T14:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a3b37e68379745708981e8f31bc70c0ed9e8239d'/>
<id>urn:sha1:a3b37e68379745708981e8f31bc70c0ed9e8239d</id>
<content type='text'>
- Drop "tls enable" node (make "tls" a standalone key).
- Split "tls permitted-peers" list by commas into multiple "tls permitted-peer" entries.
</content>
</entry>
<entry>
<title>syslog: T6989: remove "file" logging destination</title>
<updated>2025-02-03T06:16:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-08T19:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=395e3cb72c521ea9d62c0efd1620e679fc709cda'/>
<id>urn:sha1:395e3cb72c521ea9d62c0efd1620e679fc709cda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T3501: Allow using more than one tuned profile</title>
<updated>2024-11-07T17:29:05+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-10-28T13:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=029cde4608c450a16495e0676b410a4b38183960'/>
<id>urn:sha1:029cde4608c450a16495e0676b410a4b38183960</id>
<content type='text'>
</content>
</entry>
<entry>
<title>system: T5877: Shorten system domain-search config path</title>
<updated>2023-12-29T23:44:17+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-29T21:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f77bf573c608b6c09182e1bad4312c4dd1e5195e'/>
<id>urn:sha1:f77bf573c608b6c09182e1bad4312c4dd1e5195e</id>
<content type='text'>
Shorten and simplify `system domain-search` config path from:
```
set system domain-search domain &lt;domain1&gt;
```
to:
```
set system domain-search &lt;domain1&gt;
```

This will shorten the path and also make consistent with `domain-search`
config in other places (like `dhcp-server`).
</content>
</entry>
<entry>
<title>syslog: T2778: migrate to get_config_dict()</title>
<updated>2023-05-08T20:45:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-08T19:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1dc79cebc6d27a8f9d2f9ca9c2e0f2fd0809d940'/>
<id>urn:sha1:1dc79cebc6d27a8f9d2f9ca9c2e0f2fd0809d940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T4500: Remove max-size from rsyslog leaving rotation to logrotate</title>
<updated>2022-07-07T08:07:55+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-07-06T17:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=52ce659509022807c4a38fcb791abd325f3e8b00'/>
<id>urn:sha1:52ce659509022807c4a38fcb791abd325f3e8b00</id>
<content type='text'>
After discussion with @zsdc this was decided the better long term fix

* Removes hourly logrotate cron in favour of systemd timer override
</content>
</entry>
<entry>
<title>arp: T4397: bump component version number</title>
<updated>2022-04-28T13:03:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-28T13:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=63f8ee6de3d88a2283ea4ea16be4a1715165d176'/>
<id>urn:sha1:63f8ee6de3d88a2283ea4ea16be4a1715165d176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipv6: T4346: delete (migrate) CLI command to disable IPv6 address family</title>
<updated>2022-04-07T17:54:14+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-07T17:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=440a7a1c965be39ca0b13b4ea5985dd9c95fabef'/>
<id>urn:sha1:440a7a1c965be39ca0b13b4ea5985dd9c95fabef</id>
<content type='text'>
</content>
</entry>
</feed>
