User Details
- User Since
- Oct 25 2024, 9:10 PM (25 w, 1 d)
Mon, Apr 14
Tue, Apr 8
Thu, Apr 3
There was no a change - I tested with the existing code in truck and could not replicate the issue - hence the question, given this is a pretty old bug report
Wed, Apr 2
Thu, Mar 27
Mar 20 2025
This seems to be implemented:
Mar 19 2025
Mar 18 2025
Mar 14 2025
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:
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 12 2025
Follow-up https://github.com/vyos/vyos.vyos/pull/394 is for ospfv3 integration tests
Feb 6 2025
found the bug in ospf_interfaces bug. This code (both for 1.3- and 1.4+) does not cut it:
Feb 5 2025
Feb 4 2025
Feb 2 2025
Jan 31 2025
should be fixed by https://github.com/vyos/vyos.vyos/pull/382
Jan 29 2025
Jan 28 2025
- Raised https://github.com/vyos/vyos.vyos/pull/379
- Completed integration tests for 1.3- but 1.4+ fails - need to workaround unsupported commands in tests setup (e..g 'config-trap' and look into module code as new stanzas are not handled correctly (e.g. log vs log 'enable')
- Unit tests are failing after the parser regex change - need to fix them too
Jan 27 2025
Jan 26 2025
Confirmed - 1.2-1.5 are failing
Confirmed that 1.4 and 1.5 is no cigar
Confirmed - integration tests are failing for the 1.2-1.5 version
This issue should have been resolved by a number of already implemented PRs - e.g. https://github.com/vyos/vyos.vyos/pull/354 or https://github.com/vyos/vyos.vyos/pull/368, therefore I am closing this ticket now. Please feel free to re-open if I am wrong
Jan 25 2025
Jan 23 2025
Jan 22 2025
I can see the tests are NOK for all the versions - working in a separate branch to fix
Jan 21 2025
Are we closing this? Or we have some glowing example of the wrong processing?
Jan 14 2025
Almost done - just looking at failing overriden before dict issue - other integration tests seem to be working now
Jan 9 2025
Started to put the patches together in https://github.com/vyos/vyos.vyos/pull/368
Jan 4 2025
Going to need to fix testing for fw_rules as a part of my current work - so picking this up...
Dec 22 2024
Dec 18 2024
Raised a Draft PR https://github.com/vyos/vyos.vyos/pull/368
Dec 17 2024
Dec 13 2024
The fix is now a part of https://github.com/vyos/vyos.vyos/pull/367
Dec 11 2024
the PR to fix this is https://github.com/vyos/vyos.vyos/pull/367
The PR tp fix this https://github.com/vyos/vyos.vyos/pull/367
Nov 26 2024
The PR# is re-submitted for review and testing
Nov 22 2024
Nov 20 2024
It appears that path-limit GBP network options is deprecated
Nov 19 2024
I did some investigation - apparently the plugin cannot match the full command pattern (including optional attributes) and silently refuses to generate a resultant set of commands - I will be looking into this - most likely the issue is related to rm_templates regex patterns for getval
Nov 15 2024
Update - I cloned the current vyo.vyos changes, created a branch and made the changes that Maxime proposed.
sure, ok - I will do needful for it to be tests ready
It does not appear a huge change to me