<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos.vyos.git/changelogs, branch T7114-fix-codeowners</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=T7114-fix-codeowners</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos.vyos.git/atom?h=T7114-fix-codeowners'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/'/>
<updated>2025-01-31T12:15:08+00:00</updated>
<entry>
<title>T6833 firewall_rules limit processing fixed (#382)</title>
<updated>2025-01-31T12:15:08+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-01-31T12:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=2a152f3c28ee5c5bac99489a8cd056457e4467a4'/>
<id>urn:sha1:2a152f3c28ee5c5bac99489a8cd056457e4467a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7083 p2p removed (#378)</title>
<updated>2025-01-28T02:54:31+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-01-28T02:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=7dded0a0a411c2df7a0bcbcdc24da3ffef353efd'/>
<id>urn:sha1:7dded0a0a411c2df7a0bcbcdc24da3ffef353efd</id>
<content type='text'>
* T7083 p2p removed</content>
</entry>
<entry>
<title>T7003 - firewall_interfaces integration tests refactor (#373)</title>
<updated>2025-01-27T12:02:17+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-01-27T12:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=f64dd509fc1f53a2e9b4296512f1ee5c46bb47e6'/>
<id>urn:sha1:f64dd509fc1f53a2e9b4296512f1ee5c46bb47e6</id>
<content type='text'>
* init T7003 - firewall_interfaces integration tests refactor

* v.1.3 fixed

* linter fixes

* v.14 fw_interfaces changes init

* v1.4 integration tests for firewall_interfaces

* v1.3. integration tests for firewall_interfaces (T7003)

* Isolating fw_int integration tests to 1.3- only

* linter fix</content>
</entry>
<entry>
<title>T7006: update to fix interface tests (#374)</title>
<updated>2025-01-26T20:00:56+00:00</updated>
<author>
<name>Gaige B Paulsen</name>
<email>gaige@cluetrust.com</email>
</author>
<published>2025-01-26T20:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=0a0ab13f84e3930e203a412ae08c127b282ab675'/>
<id>urn:sha1:0a0ab13f84e3930e203a412ae08c127b282ab675</id>
<content type='text'>
* T7008: update to fix interface tests

* T7006: fix: tests for interfaces

* T7006: further work on interfaces

* test: attempt to fix codecov on branch

* test: unwind cli_config loops for 1.4

* fix: vif handling in replace,override,delete

* fix: vif handling and docs</content>
</entry>
<entry>
<title>T7088:Code coverage fix (#376)</title>
<updated>2025-01-25T17:47:55+00:00</updated>
<author>
<name>Gaige B Paulsen</name>
<email>gaige@cluetrust.com</email>
</author>
<published>2025-01-25T17:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=fda50fe09d21b365264c6213bc5883201c460a29'/>
<id>urn:sha1:fda50fe09d21b365264c6213bc5883201c460a29</id>
<content type='text'>
* Update codecoverage.yml
* fix: badge for Coverage</content>
</entry>
<entry>
<title>T6817 &amp; T6825 &amp; T7004 updates - fw_rules override and replaced fixes (#368)</title>
<updated>2025-01-25T11:38:00+00:00</updated>
<author>
<name>omnom62</name>
<email>75066712+omnom62@users.noreply.github.com</email>
</author>
<published>2025-01-25T11:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=d0c73e6bdd3ca3ff9d87c8339b2c5611b694d6dc'/>
<id>urn:sha1:d0c73e6bdd3ca3ff9d87c8339b2c5611b694d6dc</id>
<content type='text'>
* T6817 updates
* updates / additions to unit tests and code for fw_rules (t6817)
* code and use cases for override fw_rules
* ovr idem unit test for fw rules v14 in WIP
* Fixed replace add_rule func to remove unmatching confug - t6825
* first cut of unit tests for t6825 and t6817 - dfaft
* Fixed replaced unit tests and code for inbound/outbound interface attributes
* use network_cli's remove_empties
* fixed disabled=True and a few unit tests in v1.3
* add_log func for firewall_rules updated
* firewall_rules log attribute processing for v1.4 and idemp
* + In overriden :
  - Added func to compare r_sets
  - Added code to isolate r_set changes to only targeted
  - Fixed parsers for packet_length_exclude
  - started to troubleshoot filter processing
* completed fixes and unit tests for firewall_rules as in T6817 and T6825
* T7004 integration tests init fix
* 'state' attrib processing fix
* deleted and merged integration tests fixed for 1.3- and 1.4+
* fixed deleted, parsed, replaced integration tests for 1.3- and 1.4+
* fixed _remove_config, merged integration tests
* added comments to unit tests
* more v1.3- unit tests moved to 1.4+ unit test suite
* 1.3/1.4 unit test suite synced
* overridden integration test fixed
* fixed replaced idempotency
* moved data to vars (integration tests)
* updated parsed (integration tests)
* D.R.Y. for integration tests for firewall_rules plugin
* vanilla data set for integration tests to support 1.5</content>
</entry>
<entry>
<title>T7006: fix integration tests for 1.4+ interfaces (#372)</title>
<updated>2025-01-07T22:03:42+00:00</updated>
<author>
<name>Gaige B Paulsen</name>
<email>gaige@cluetrust.com</email>
</author>
<published>2025-01-07T22:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=af5b93277699b2dc3732f08573ef127b784cb2ce'/>
<id>urn:sha1:af5b93277699b2dc3732f08573ef127b784cb2ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6987: update vyos_logging_global for 1.4+ (#370)</title>
<updated>2025-01-04T09:00:11+00:00</updated>
<author>
<name>Gaige B Paulsen</name>
<email>gaige@cluetrust.com</email>
</author>
<published>2025-01-04T09:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=c14a524d7134b54e315d72b5b449351fd04ae813'/>
<id>urn:sha1:c14a524d7134b54e315d72b5b449351fd04ae813</id>
<content type='text'>
* T68987: update for 1.4+
* chore: remove redundant vars
* tests: fix vyos_facts integration tests
* tests: fix integration tests for vyos_config
* fix: restore documentation samples
* chore: update readme</content>
</entry>
<entry>
<title>T6988: fix: remove role/level, fix tests (#371)</title>
<updated>2025-01-02T19:06:58+00:00</updated>
<author>
<name>Gaige B Paulsen</name>
<email>gaige@cluetrust.com</email>
</author>
<published>2025-01-02T19:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=9e159990f949652ec1b22f9a9a6e72828bdd1e80'/>
<id>urn:sha1:9e159990f949652ec1b22f9a9a6e72828bdd1e80</id>
<content type='text'>
* T6988: fix: remove role/level, fix tests

* feature: add support for SSH keys

* tests: add integration tests for public_keys

* feat: add encrypted password support

* tests: add unit for encrypted

* tests: fix wrapping in YAML

* tests: fix smoke tests</content>
</entry>
<entry>
<title>T6982: update SNMP module for 1.3+ (#369)</title>
<updated>2024-12-30T11:51:56+00:00</updated>
<author>
<name>Gaige B Paulsen</name>
<email>gaige@cluetrust.com</email>
</author>
<published>2024-12-30T11:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=dbd87e3ab89b7839e41df76c2fa7712855853fd3'/>
<id>urn:sha1:dbd87e3ab89b7839e41df76c2fa7712855853fd3</id>
<content type='text'>
* fix: get SNMP integration tests running
* fix: remove no_log from docs because it fails sanity
* tests: fix unit tests and no_log args
* tests: fix error in hostname integration test</content>
</entry>
</feed>
