<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/smoketest/configs/assert/vpp, 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-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>vpp: T8327: Migrate bridge interface to 'interfaces vpp bridge'</title>
<updated>2026-03-03T15:52:40+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-27T19:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c90512f68dbabe6f005c259f6e787abe527fe975'/>
<id>urn:sha1:c90512f68dbabe6f005c259f6e787abe527fe975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8327: Remove support for GRE "point-to-multipoint" mode</title>
<updated>2026-03-02T17:27:55+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-03-02T09:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=99f617c88e57453315ee97cba88d3de1a24a5f01'/>
<id>urn:sha1:99f617c88e57453315ee97cba88d3de1a24a5f01</id>
<content type='text'>
Disabled "point-to-multipoint" mode for GRE interfaces, along with related "mode" node.
This mode relies on the 'teib' feature, which is not implemented yet.
</content>
</entry>
<entry>
<title>vpp: T8325: Migrate gre interface to 'interfaces vpp gre'</title>
<updated>2026-03-02T16:52:09+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-27T14:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c5c5021aed8ac1baaaf0896193e1c89f125c2103'/>
<id>urn:sha1:c5c5021aed8ac1baaaf0896193e1c89f125c2103</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8324: Migrate loopback interface to 'interfaces vpp loopback'</title>
<updated>2026-03-02T14:15:30+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-27T10:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=61d607295fa826e707b82432c46668a2fb94ab22'/>
<id>urn:sha1:61d607295fa826e707b82432c46668a2fb94ab22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8314: Migrate ipip interface to 'interfaces vpp ipip'</title>
<updated>2026-03-02T09:43:23+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-26T15:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5e4a09815db5f4c43e20c54d8961034739b28dee'/>
<id>urn:sha1:5e4a09815db5f4c43e20c54d8961034739b28dee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8296: Move vxlan interface from vpp section to 'interfaces vpp vxlan'</title>
<updated>2026-02-27T19:26:00+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-26T13:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3755dfa7612ffa7edc94537220340a00c9db13ad'/>
<id>urn:sha1:3755dfa7612ffa7edc94537220340a00c9db13ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8283: Move bonding interface from vpp secction to 'interfaces vpp bonding'</title>
<updated>2026-02-25T17:25:31+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-20T10:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dec957d8bf09f2a186bc12478eec275a88ef3896'/>
<id>urn:sha1:dec957d8bf09f2a186bc12478eec275a88ef3896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8274: Remove dpdk-options section for num-* parameters</title>
<updated>2026-02-18T13:16:32+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2026-02-18T09:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=45077f87eee6772839b9f0fabdf79a385d0b46f1'/>
<id>urn:sha1:45077f87eee6772839b9f0fabdf79a385d0b46f1</id>
<content type='text'>
Remove `dpdk-options` under `set vpp settings interface &lt;ethN&gt;`
and move its child options to the interface level:
 - `num-rx-desc`
 - `num-rx-queues`
 - `num-tx-desc`
 - `num-tx-queues`

Also remove `set vpp settings interface &lt;ethN&gt; dpdk-options promisc`.
</content>
</entry>
<entry>
<title>vpp: T8266: Add global `interfaces-rx-mode` setting and remove per-interface commands</title>
<updated>2026-02-18T10:30:02+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2026-02-16T14:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ed20c353e8e1a7fd9d47bb6020f40815285ef2f9'/>
<id>urn:sha1:ed20c353e8e1a7fd9d47bb6020f40815285ef2f9</id>
<content type='text'>
Add `set vpp settings interfaces-rx-mode &lt;polling|interrupt|adaptive&gt;`
to configure RX mode for all interfaces. Raise error if any interface
does not support the selected mode.

Also remove per-interface rx-mode commands:
  - `set vpp settings interface &lt;name&gt; rx-mode`
  - `set vpp kernel-interfaces &lt;name&gt; rx-mode`
</content>
</entry>
</feed>
