- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 15 2025
May 5 2025
May 4 2025
Apr 24 2025
Apr 22 2025
Checking this and PR190 that claims to address the issues. Preliminary comment on the PR190:
Apr 14 2025
Apr 10 2025
Apr 8 2025
Apr 4 2025
Apr 3 2025
There was no a change - I tested with the existing code in trunk and could not replicate the issue - hence the question, given this is a pretty old bug report
Apr 2 2025
Mar 27 2025
Mar 25 2025
Decided to not replace the functionality for all methods, only where I found a problem. This means the information in this issue isn't relevant. I'll make a new issue to fix the test case above.
Mar 20 2025
This seems to be implemented:
Mar 19 2025
Mar 18 2025
Mar 14 2025
Mar 12 2025
In T6821#217838, @evgmol wrote:Are we happy with the above patch (fixing the terminal)?
Mar 11 2025
Hi,
I tested with 520-700+ character long strings and the bug is not evident in 1.3- or1.4+ versions
Can you please re-rest and advise this issue still persist
Are we happy with the above patch (fixing the terminal)?
After some investigation, it can be advised, that the described issue is to do with netcomm_cli module implementation used by VyOS Ansible Galaxy - namely, the ansible_net_version is set for a connection and stays so until reconnects and re-reads the modified hostname.
As such, this is currently outside of the collection's control.
That said, the issue can be easily avoided by reading ansible_facts mid-playbook:
Example Playbook:
Here's the PR: https://github.com/vyos/vyos.vyos/pull/401
Mar 6 2025
Mar 3 2025
@pasik Hi mate! Were you the original reporter of this bug please?
If so, can you clarify a few questions I asked above?
thank you
Can we close it?
I cannot see the virtual interface names are supported in 1.3-1.5 -
Mar 2 2025
Just a single one to go https://github.com/vyos/vyos.vyos/pull/395
Feb 28 2025
PR399 is ready for review
Feb 27 2025
Feb 26 2025
Attempting to re-init work here https://github.com/vyos/vyos.vyos/pull/399
Feb 25 2025
Feb 20 2025
I will look into after https://github.com/vyos/vyos.vyos/pull/387
I can look into this after https://github.com/vyos/vyos.vyos/pull/387 is actioned
Feb 17 2025
https://github.com/vyos/vyos.vyos/pull/395 for OSPFv2 fixes - both unit and integration
Feb 13 2025
Feb 12 2025
Module updates (6.0.0) add support for encrypted passwords, including idempotence and tests.
Follow-up https://github.com/vyos/vyos.vyos/pull/394 is for ospfv3 integration tests
Feb 10 2025
Feb 9 2025
Given current state, I"m going to close this.
Starting work on this—seems relatively trivial for that particular item.
Resolved with latest changes for 6.0.0
Feb 8 2025
This turns out to be a simple fix. The problem is an issue with deleting directories on separate threads when running with multiple targets. Simple fix is to run_once: true the two places where this happens. Not surprisingly, this fix works.