<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos.vyos.git/docs, branch chore/copilot-review-instructions</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%2Fcopilot-review-instructions</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos.vyos.git/atom?h=chore%2Fcopilot-review-instructions'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/'/>
<updated>2026-04-16T04:34:16+00:00</updated>
<entry>
<title>T8523: remove docs/superpowers files inadvertently included</title>
<updated>2026-04-16T04:34:16+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-04-16T04:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=e33844b4f7cd41d098163669e1c39dc2111caf3a'/>
<id>urn:sha1:e33844b4f7cd41d098163669e1c39dc2111caf3a</id>
<content type='text'>
These spec/plan files came from local main commits that were
pulled in during rebase. They are unrelated to this PR.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Update spec and plan with architect review corrections</title>
<updated>2026-04-16T04:27:05+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-04-16T01:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=93beecc8760a33b2b004109eb8574c7edef5c30c'/>
<id>urn:sha1:93beecc8760a33b2b004109eb8574c7edef5c30c</id>
<content type='text'>
Key changes:
- Defer Phase 5 (template deduplication) to v7.0.0: route_maps
  are not identical, BGP dedup blocked by Python module-level
  scoping, OSPF has fundamentally different command paradigms
- Add .git-blame-ignore-revs step to Phase 1
- Add missing test cases: overridden/rendered for resource modules,
  aggregate/purge/with_address for vyos_vlan
- Fix incorrect claim that version.py LooseVersion is unused
- Add sequential merge requirement to preamble

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add implementation plan for easy-wins improvements</title>
<updated>2026-04-16T04:27:05+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-04-16T01:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=de9a7b0cbb1937f8e46d3fbaafecc218be387647'/>
<id>urn:sha1:de9a7b0cbb1937f8e46d3fbaafecc218be387647</id>
<content type='text'>
15 tasks across 5 phases: formatting compliance, runtime.yml bugfix,
deprecated code cleanup, missing unit tests, template deduplication.

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add easy-wins improvement spec for vyos.vyos collection</title>
<updated>2026-04-16T04:27:05+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-04-12T04:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=5d310bf43bd6051ec559314db6ad73cea3329d29'/>
<id>urn:sha1:5d310bf43bd6051ec559314db6ad73cea3329d29</id>
<content type='text'>
Covers five phases: formatting compliance, runtime.yml redirect fix,
deprecated feature cleanup, missing unit tests, and template deduplication.

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&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>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>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>T6883 route-map extras support (#402)</title>
<updated>2025-05-15T21:55:33+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-05-15T21:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=cd2f41d34ff22ea7719348ec18a30f1c499b72c8'/>
<id>urn:sha1:cd2f41d34ff22ea7719348ec18a30f1c499b72c8</id>
<content type='text'>
* t6883 as_prepend_path fix

* chaneglog

* draft for rm community handling

* rm updates

* unit and integration tests for route maps

* rm unit tests fixed

* 1.4+ rm integration tests draft

* rm set_community parser

* large-community 1.4+

* unit tests fix for rm

* extcommunity config

* pre-commit

* cleanup

* RM bandwidth clauses

* fixing parsers index for 1.3 RM

* updated dic

* fix unit tests

* unit tests for RM

* RM unit tests

* dict literal for reserved keywords in unit tests

* set_src ipv6 replaced unit test

* unit test case for RM call

* RM action type unit tests

* rm match protocol code and unit test

* doc update

* set_table RM

* set_table RM unit test

* unit tests refactor

* copilot  recommendations</content>
</entry>
<entry>
<title>T6829 (area interfaces in OSPFv3 1.3-1.5) re-init (#399)</title>
<updated>2025-03-02T23:10:38+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-03-02T23:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=41e4b0734ca961d18c0a016a50b3c6e598a10dff'/>
<id>urn:sha1:41e4b0734ca961d18c0a016a50b3c6e598a10dff</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>T6834 static_route module to support interface_route (#398)</title>
<updated>2025-03-02T22:15:25+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-03-02T22:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=241de488727ba60af9b883ef8ed31571a119b856'/>
<id>urn:sha1:241de488727ba60af9b883ef8ed31571a119b856</id>
<content type='text'>
* 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</content>
</entry>
</feed>
