<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/python, branch current</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=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-05-28T14:39:35+00:00</updated>
<entry>
<title>Merge pull request #5109 from statio/fix/vrf-aware-port-check</title>
<updated>2026-05-28T14:39:35+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2026-05-28T14:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cd619d4c355c9158497951231b1c993f8a7d26a9'/>
<id>urn:sha1:cd619d4c355c9158497951231b1c993f8a7d26a9</id>
<content type='text'>
T8454: fix VRF-bind port availability check in service_https</content>
</entry>
<entry>
<title>T8916: allow passing ReferenceTree instance to subtree_from_partial</title>
<updated>2026-05-28T13:31:32+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-05-27T13:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9ff29049d42dbd40ede1c4507bc6598e0403ce46'/>
<id>urn:sha1:9ff29049d42dbd40ede1c4507bc6598e0403ce46</id>
<content type='text'>
For use in nosetests or other, allow passing ReferenceTree from an
internal cache in a non-standard location.
</content>
</entry>
<entry>
<title>T8502: add server support for config-sync excluded paths</title>
<updated>2026-05-28T13:31:26+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-05-04T19:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9b6e4c75c8a362afa82c711a4254f38e8986662a'/>
<id>urn:sha1:9b6e4c75c8a362afa82c711a4254f38e8986662a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T8502: add library support for config-sync exclude paths</title>
<updated>2026-05-28T13:31:26+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-05-05T18:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bc541bbcc3e7da924ab1d21aed360eba09621e0b'/>
<id>urn:sha1:bc541bbcc3e7da924ab1d21aed360eba09621e0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T8502: add list of global config-sync exclude paths</title>
<updated>2026-05-28T13:31:21+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-05-04T19:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8b2d2a80c0f9272d80ee4d90077978c9e43021b9'/>
<id>urn:sha1:8b2d2a80c0f9272d80ee4d90077978c9e43021b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T8454: fix VRF-bind port availability check in service_https</title>
<updated>2026-05-27T20:15:40+00:00</updated>
<author>
<name>Lee Clements</name>
<email>lclements0@gmail.com</email>
</author>
<published>2026-04-03T20:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=18e14cf71b3597112357b58e24fbe7aa9a7d7f4c'/>
<id>urn:sha1:18e14cf71b3597112357b58e24fbe7aa9a7d7f4c</id>
<content type='text'>
When service https is configured with a listen-address on a VRF
interface, adding or changing the vrf option causes the commit to
fail with "TCP port 443 is used by another service!" even though
no conflict exists.

Root cause: check_port_availability() performs a socket.bind() in
the default network namespace. When the listen-address belongs to
a VRF interface the address is unreachable from the default
namespace, so the bind fails with OSError which is misinterpreted
as "port in use". The secondary check via is_listen_port_bind_service()
also fails because psutil cannot see sockets bound inside a VRF.

Fix: add an optional vrf parameter to check_port_availability().
When set, the test socket is bound to the VRF master device via
SO_BINDTODEVICE before the bind() call, so that the address is
resolved in the correct L3 domain. This is done in-process (no
subprocess) and works for both IPv4 and IPv6.

service_https verify() now passes the configured VRF (if any) to
check_port_availability(). Non-VRF configurations are unaffected.

Add smoke test for HTTPS with listen-address inside a VRF.

Co-authored-by: Christian Breunig &lt;christian@breunig.cc&gt;
</content>
</entry>
<entry>
<title>Merge pull request #5157 from xTITUSMAXIMUSX/current</title>
<updated>2026-05-26T15:27:03+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-05-26T15:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f420c2913a30cac5d61f94061466f6f6ccf7d81c'/>
<id>urn:sha1:f420c2913a30cac5d61f94061466f6f6ccf7d81c</id>
<content type='text'>
geoip: T8590: fix initialization failure and set clobbering on boot and commit</content>
</entry>
<entry>
<title>wwan: T8412: Fix commit failure when modem is absent or not connected</title>
<updated>2026-05-22T13:54:27+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-05-22T13:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8a537e8097ac80c696299d267e1dd1c9b6000bab'/>
<id>urn:sha1:8a537e8097ac80c696299d267e1dd1c9b6000bab</id>
<content type='text'>
`mmcli --simple-disconnect` can be called when the modem bearer is not active.
This causes cmd() to raise a `PermissionError` and abort the commit.
Handle the case gracefully so the configuration can be committed before the modem
is physically present or fully connected.
</content>
</entry>
<entry>
<title>Merge pull request #5198 from indrajitr/T8862-dhcpv6-reservation-multi</title>
<updated>2026-05-22T08:56:04+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-05-22T08:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=88b93c96faa5b1016546cbc15d1327b4692a87cc'/>
<id>urn:sha1:88b93c96faa5b1016546cbc15d1327b4692a87cc</id>
<content type='text'>
dhcpv6: T8862: Allow multiple addresses and prefixes for reservations</content>
</entry>
<entry>
<title>load-balancing: T7928: Fix port conflict check to respect `listen-address` (#5186)</title>
<updated>2026-05-20T15:18:23+00:00</updated>
<author>
<name>Alexandr K.</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2026-05-20T15:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d8aab03bc85d9a01289bd400dee256ca8647f032'/>
<id>urn:sha1:d8aab03bc85d9a01289bd400dee256ca8647f032</id>
<content type='text'>
The port availability check in `verify()` was using `front_config.get('address')`
which always resolved to `None`, causing the validator to treat any process
holding a given port number as a conflict regardless of which IP it was
bound to.</content>
</entry>
</feed>
