<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos.vyos.git/tests/unit/modules/network, branch chore/deprecated-cleanup</title>
<subtitle>Ansible Network Collection for VyOS (mirror of https://github.com/vyos/vyos.vyos.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos.vyos.git/atom?h=chore%2Fdeprecated-cleanup</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos.vyos.git/atom?h=chore%2Fdeprecated-cleanup'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/'/>
<updated>2026-05-01T18:43:03+00:00</updated>
<entry>
<title>T8520: fix vlan purge generating invalid commands for bare interfaces (#463)</title>
<updated>2026-05-01T18:43:03+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-01T18:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=a2ee09579a75165ae691efcbf3e952db83145b83'/>
<id>urn:sha1:a2ee09579a75165ae691efcbf3e952db83145b83</id>
<content type='text'>
Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title> T8205 Ensure the vyos_user module works when user properties are defined in… (#445)</title>
<updated>2026-04-07T11:46:41+00:00</updated>
<author>
<name>gideon-kuijt-northwave</name>
<email>gideon.kuijt@northwave-cybersecurity.com</email>
</author>
<published>2026-04-07T11:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=16e6f21de8e90833e2284aeab6cd39d2e1482155'/>
<id>urn:sha1:16e6f21de8e90833e2284aeab6cd39d2e1482155</id>
<content type='text'>
* Ensure the vyos_user module works when user properties are defined in aggregate

Ensure the vyos_user module works when user properties are defined in aggregate. Previously the value variable is not filled when a property is configured as a property of a user. This gives a python error when the value variable is called.

* Add unit test for aggregate vyos_user module

* Create vyos_user_aggregate_fix.yml

Create changelog for vyos_user aggregate bugfix

* Rename vyos_user_aggregate_fix.yml to  T8205_vyos_user_aggregate_fix.yml

* Rename  T8205_vyos_user_aggregate_fix.yml to T8205_vyos_user_aggregate_fix.yml

Remove unintended whitespace in changelog fragment: T8205_vyos_user_aggregate_fix.yml

---------

Co-authored-by: omnom62 &lt;75066712+omnom62@users.noreply.github.com&gt;
Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title>T6836 VRF module (#408)</title>
<updated>2026-03-04T09:51:16+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2026-03-04T09:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=a8e5dac21090e9b0ddf876214a9a1522079ecde1'/>
<id>urn:sha1:a8e5dac21090e9b0ddf876214a9a1522079ecde1</id>
<content type='text'>
* t6836 vfr module init

* argspec facts module for VRF

* T6834 static_route module to support interface_route (#398)

* t6834 init

* facts fixes, WIP

* T6834 - facts updates

* static_routes 1.3- config, facts, args and sanit and unit tests

* changelog

* changelog updates

* static_routes 1.4+

* static_routes v1.4 unit tests

* comment removed

* T6829 (area interfaces in OSPFv3 1.3-1.5) re-init (#399)

* T6829 re-init

* re-init T6829 ospfv3 area interface for 1.3-

* changelog

* changelog fix

* Doc is updated

* adding 1.4+ support

* ospfv3 area interfaces for 1.4+

* fixed ospfv3 facts and added area interface unit test for 1.4

* ospfv3 clean-up

* doc updates

* Resolve merge conflicts

* vrf parsers set_table

* more vrf paresers added

* vrf facts main code

* vrf data structures

* simple vrf config push

* simple vrf config push

* some work on vrf

* basic facts done

* vrf instance parsers wif

* ongoing parser testing

* vrf dev work

* testing with paresers

* all basic settings

* merged for vrf

* more states for VRF

* vrf deleted, overriden

* overriden

* sanity

* rst for vrf

* changelog

* fix changelog

* doc fix

* vrf delete idempotent

* deleted and overridden for VFR

* overriden

* overriden vrf idempotency

* asdvanced vrf settings

* afi for VRF facts

* VRF AFI config

* VRF AFI tests

* vrf dev work

* afi dev work

* afi and deep_merge fixes for VRF

* afi basic provisioning

* changelog

* vrf sanity fixes

* VRF AFI protocols and route-maps

* vrf parsed, gathered, rendered fixes

* docstrings VRF

* docstrings VRF

* docstring VRF

* module doc update

* vrf module examples

* VRF doc examples

* linter

* VRF unit tests init

* VRF unit tests init

* VRF unit tests updates

* fixed VRF overridden and deleted unit test cases

* VRF integration tests init

* VRF int tests rtt, merged, replaced

* VRF int testt gathered, rendered

* VRF int tests deleted, rendered, overridden and empty_config

* linter

* VRF int test misc fixes

* VRF global idepmotency

* fixing py3.13 runner deps

* fixing lint

* fixing sanity

* reverting previous fixes

* VRF protocols load_module and provisioning flow

* fixes to bgp VRF protocol methods

* VRF protocol facts init

* VRF protocol load_module works

* reworked VRF load_module routine

* vrf protocl static fixed

* Fixed static and ospf VRF protocol provisioning

* Fixed static and ospf VRF protocol provisioning

* VRF doc update

* VRF docs update

* VRF doc updates

* unit tests for VRF protocols

* VRF BGP protcol sanity check

* VRF protocol fixed sanity checks (DOCUMENTATION)

* sanity and doc for VRF fixed

* VRF unit tests mock

* VRF protocol integration parsed, rtt and merged init

* VRF protocols - rendered, overridden

* VRF protocols replaced

* fix accidental changes to test_vyos_config.py

* PR description

* fix image

* README fix

* Fixing linter

* Mid-result UAT overriden VRF

* Mid-result for VRF UAT

* VRF uat

* VRF obsolete features removed</content>
</entry>
<entry>
<title>add commit-confirm options to vyos_config  (#229)</title>
<updated>2026-02-23T12:25:35+00:00</updated>
<author>
<name>lucaelin</name>
<email>git@luca.lsys.ac</email>
</author>
<published>2026-02-23T12:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=e539028c2f9d062e7684abda5dd32affd92e9f08'/>
<id>urn:sha1:e539028c2f9d062e7684abda5dd32affd92e9f08</id>
<content type='text'>
* added vyos_config confirm options

* fix: update commit comment to match main

* fix: documentation example for automatic confirm

* fix: add tests for commit confirm and confirm_timeout options

* fix: add config_confirm changelog fragment

* fix: lint missing diff parameter for edit_config

* fix: add commit confirm integration test

---------

Co-authored-by: omnom62 &lt;75066712+omnom62@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>T7933 bugfix - 'offload' action (#440)</title>
<updated>2025-11-28T16:56:51+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-11-28T16:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=d82dc3263a31f051fb3fc498f98567c448cbe7ed'/>
<id>urn:sha1:d82dc3263a31f051fb3fc498f98567c448cbe7ed</id>
<content type='text'>
* Init T7933 bugfix

* offload-target

* Argspsec fixed

* Documentation fixes

* fw_rules config fpor offload_target

* fact fixes

* offload unit test merge

* offload unit tests for v1.3- overriden, replaced

* Offload unit test v13 complete

* v14+ offload unit tests

* v1.4.+ unit tests for offload</content>
</entry>
<entry>
<title>T7964 - Fix edgecase with empty `commands` array. (#439)</title>
<updated>2025-11-03T13:58:17+00:00</updated>
<author>
<name>Ruben van Dijk</name>
<email>15885455+RubenNL@users.noreply.github.com</email>
</author>
<published>2025-11-03T13:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=1ccb6f9f494a552d1d0004906d0463ddcdf374db'/>
<id>urn:sha1:1ccb6f9f494a552d1d0004906d0463ddcdf374db</id>
<content type='text'>
* T7964 - Add failing test.

* T7964 - Fix "IndexError: list index out of range".</content>
</entry>
<entry>
<title>T7496 Fix disabling src route (#420)</title>
<updated>2025-10-26T10:49:09+00:00</updated>
<author>
<name>Ruben van Dijk</name>
<email>15885455+RubenNL@users.noreply.github.com</email>
</author>
<published>2025-10-26T10:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=70630267059f9d90f7c0e7bf444b91d5ad52cecd'/>
<id>urn:sha1:70630267059f9d90f7c0e7bf444b91d5ad52cecd</id>
<content type='text'>
* T7496 Fix disabling src route (failing tests)

* T7496 Fix disabling src route (bugfix)

* T7496 Fix disabling src route (Changelog)

---------

Co-authored-by: omnom62 &lt;75066712+omnom62@users.noreply.github.com&gt;
Co-authored-by: Gaige B Paulsen &lt;gaige@cluetrust.com&gt;</content>
</entry>
<entry>
<title>[T7856] Fix confusion between firewall zone name and group name. (#436)</title>
<updated>2025-10-26T10:29:10+00:00</updated>
<author>
<name>Ruben van Dijk</name>
<email>15885455+RubenNL@users.noreply.github.com</email>
</author>
<published>2025-10-26T10:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=fa3414e786d4df0c1f074207094ca776e26250b5'/>
<id>urn:sha1:fa3414e786d4df0c1f074207094ca776e26250b5</id>
<content type='text'>
Co-authored-by: Gaige B Paulsen &lt;gaige@cluetrust.com&gt;</content>
</entry>
<entry>
<title>Pre release 6 doc updates (#421)</title>
<updated>2025-06-24T09:30:30+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-06-24T09:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=9ebafb2968e4ea4b254ac577f2245b5b2aa75e77'/>
<id>urn:sha1:9ebafb2968e4ea4b254ac577f2245b5b2aa75e77</id>
<content type='text'>
* pre release doc updates

* changelog

* module doc updates</content>
</entry>
<entry>
<title>T7391 domain search fix for 1.4+ (#418)</title>
<updated>2025-05-23T07:15:01+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-05-23T07:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=06bee69e0561f681a69037ce7aebe21dca25959b'/>
<id>urn:sha1:06bee69e0561f681a69037ce7aebe21dca25959b</id>
<content type='text'>
* t7391 init

* sanity

* vyos_system unit test

* added vyos_system v14 test cases

* vyos_system integration tests fix

* changelog

* domain search integration test

* Update plugins/modules/vyos_system.py

Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;

---------

Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;</content>
</entry>
</feed>
