- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Tue, Jan 7
Mon, Jan 6
It looks like the regex is currently:
Replacement PR: https://github.com/vyos/vyos-1x/pull/4282
Canceling PR 4273 because it has several commits that go in the wrong direction. Will submit a new PR with a different approach.
I'll edit the ipv6 part as well, but I can't test that. My ISP is terrible and does not have any ipv6 for residential customers.
The recent updates to vyos_user should support updating encrypted passwords, including appropriately understanding if there was a change.
@sdwilsh Unless you have an objection, I'm going to close this out as fixed by the current version in Main.
@sever should we move this to VyOS project instead of VyOS Ansible Collection, since the problem here was with 1.4.0?
@kevinrausch You see the kernel and local routes as the newest version uses FRR 10.2.x T6747
In T4797#209833, @TheSin- wrote:I’ve been using it as is since I posted this, it’s been working fantastically
Sun, Jan 5
In T7001#211515, @c-po wrote:@nekocentral this is currently working as expected as all the guest agents got removed from the generic image which is shipped as rolling binary.
I totally understand the issue and need here - as I am also affected by this change. It was placed on the agenda for the next maintainer meeting.
In T6996#211364, @Viacheslav wrote:The 1.3.x is deprecated; I'm not expecting any fixes here.
In T4797#209833, @TheSin- wrote:I’ve been using it as is since I posted this, it’s been working fantastically
In T6998#211713, @metron2 wrote:I had a problem with this code, but I also had a hostname that was too short for the trailing '.' check.
# remove trailing dot to ensure consistency for `vyos-hostsd-client` if len(data_lease['hostname']) > 1 and data_lease['hostname'][-1] == '.': data_lease['hostname'] = data_lease['hostname'][:-1]
In T6998#211714, @metron2 wrote:I opened a PR with these changes and tested them by modifying the file on the image. It works now. I'm guessing there isn't a testcase for this command anyway.
I opened this mostly as a boilerplate because I think it's something valuable to have. I'm happy to run through tests if the maintainers think this is a valuable change, and I can probably expand a little bit on some of the j2. I don't want to waste time if it's something the maintainers don't agree with at a more fundamental level, I can just do the change in my local vyos with some post boot scripting.
Not sure how to actually link it here, don't think I have that permission.
tmp['address_info'] looks like
I opened a PR with these changes and tested them by modifying the file on the image. It works now. I'm guessing there isn't a testcase for this command anyway.
I had a problem with this code, but I also had a hostname that was too short for the trailing '.' check.
Sat, Jan 4
Essential for release.
Essential for release
Important release test
1.4 and 1.5 working