<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/smoketest/scripts/cli/test_service_dhcpv6-server.py, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-06-12T11:00:28+00:00</updated>
<entry>
<title>dhcpv6: T8953: Add validation for duplicate static-mapping address and prefix</title>
<updated>2026-06-12T11:00:28+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-06-12T11:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=474ff8bffec4d7c096921beeb507c74a6de63ec1'/>
<id>urn:sha1:474ff8bffec4d7c096921beeb507c74a6de63ec1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6: T8862: Allow multiple addresses and prefixes for reservations</title>
<updated>2026-05-16T21:27:30+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2026-05-14T08:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=28898e4477727c5d4406c227b0d056e6dfc1ce39'/>
<id>urn:sha1:28898e4477727c5d4406c227b0d056e6dfc1ce39</id>
<content type='text'>
Add support for allowing DHCPv6 to assign reservations for multiple
addresses and prefixes to a single client simultaneously.
</content>
</entry>
<entry>
<title>dhcpv6: T8849: Add time-zone support for Kea DHCPv6 (#5190)</title>
<updated>2026-05-14T11:39:39+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2026-05-14T11:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a4cf50f68bdcfd14cfcb51b2ff3f4058c1a0f5c6'/>
<id>urn:sha1:a4cf50f68bdcfd14cfcb51b2ff3f4058c1a0f5c6</id>
<content type='text'>
* dhcpv6: T8849: Add time-zone support for Kea DHCPv6

Add DHCPv6 option support for time zone (RFC4833 options
41 and 42). This includes both the POSIX-style TZ string
(`new-posix-timezone`) and the IANA time zone name
(`new-tzdb-timezone`).

* dhcpv6: T8849: Refactor per code-review suggestion

* dhcpv6: T8849: Reformat for compliance</content>
</entry>
<entry>
<title>T7948: always call setUp() and tearDown() base class methods</title>
<updated>2025-10-21T19:03:16+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-10-20T16:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4995a58f998d3bdd055e49e919945bc0aa939be4'/>
<id>urn:sha1:4995a58f998d3bdd055e49e919945bc0aa939be4</id>
<content type='text'>
While working on task T7664 (FRR 10.4 upgrade), I identified the need for
additional validation and safeguards around the FRR management daemon. The
most appropriate place for this logic is in the setUp() and tearDown() methods
of the smoketest base class, VyOSUnitTestSHIM.

However, during implementation, it became apparent that test cases do not
consistently invoke the base class's setup and teardown methods. This
inconsistency complicates the process of capturing the FRR mgmtd PID at the
start of a test and verifying that it remains unchanged by the end - a key step
in detecting crashes or unexpected terminations (e.g., SIGSEGV) of the FRR
management daemon during tests.
</content>
</entry>
<entry>
<title>kea: T7925: Improve error handling, validate IPv6 PD prefix length</title>
<updated>2025-10-16T23:03:10+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-10-11T18:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dd3918ae34a2fb60893874a9141016ee5b5f32c0'/>
<id>urn:sha1:dd3918ae34a2fb60893874a9141016ee5b5f32c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: T7858: make failfast main argument dynamic</title>
<updated>2025-09-30T15:19:06+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-09-22T18:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2c521f1356378904e3d3a744960de68e8c5b62dc'/>
<id>urn:sha1:2c521f1356378904e3d3a744960de68e8c5b62dc</id>
<content type='text'>
When smoketest debugging is enabled (by creating the file
/tmp/vyos.smoketest.debug), all available smoketests will fail fast instead
of running to completion. This helps reduce test time when something is
broken or undergoing refactoring, as it avoids waiting for the full test suite
to finish.
</content>
</entry>
<entry>
<title>kea: T7821: Update paths for Kea v2.7.9 security changes</title>
<updated>2025-09-23T07:07:09+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-09-22T20:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=99b032b017fc207371acff9bf271f29efe25aa66'/>
<id>urn:sha1:99b032b017fc207371acff9bf271f29efe25aa66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7591: remove copyright years from source files</title>
<updated>2025-06-28T21:16:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-28T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1478516ae437f19ebeb7d6ff9b83dd74f8e76758'/>
<id>urn:sha1:1478516ae437f19ebeb7d6ff9b83dd74f8e76758</id>
<content type='text'>
The legal team says years are not necessary so we can go ahead with it, since
it will simplify backporting.

Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \
's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors &lt;maintainers@vyos.io&gt;/g'

In addition we will error-out during "make" if someone re-adds a legacy
copyright notice
</content>
</entry>
<entry>
<title>kea: T7310: add support for RFC-5417 (option 138) (#4430)</title>
<updated>2025-04-14T18:23:12+00:00</updated>
<author>
<name>David Vølker</name>
<email>david@voelker.dk</email>
</author>
<published>2025-04-14T18:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=77c7dfac383578ad6fabb9b3786681c267d0beb7'/>
<id>urn:sha1:77c7dfac383578ad6fabb9b3786681c267d0beb7</id>
<content type='text'>
* dhcp-server: T7310: add support for option 138 CAPWAP AC to KEA

* kea: T7310: Update data/templates/dhcp-server/kea-dhcp4.conf.j2

Co-authored-by: Simon &lt;965089+sarthurdev@users.noreply.github.com&gt;

* kea: T7310: Update python/vyos/kea.py

Co-authored-by: Simon &lt;965089+sarthurdev@users.noreply.github.com&gt;

* kea: T7310:  add smoketest for capwap-ac-v4

* kea: T7310: Update python/vyos/kea.py

Co-authored-by: Simon &lt;965089+sarthurdev@users.noreply.github.com&gt;

---------

Co-authored-by: David Vølker &lt;davvol@davvol.dk&gt;
Co-authored-by: Simon &lt;965089+sarthurdev@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>dhcpv6-server: T5993: Add subnet `interface` node, link subnet to locally connected interfaces</title>
<updated>2024-02-12T23:04:53+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2024-02-12T22:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=04bf9ee39f8243207ec777d6a5aeec78e3c9d66f'/>
<id>urn:sha1:04bf9ee39f8243207ec777d6a5aeec78e3c9d66f</id>
<content type='text'>
Prior dhcpd behaviour implicitly handled requests for locally connected subnets. Kea requires an explicit link between subnets and an interface.
</content>
</entry>
</feed>
