In T5998#174912, @Viacheslav wrote:@stoicopa Do you have any ideas for CLI?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jan 29 2024
Jan 29 2024
Viacheslav added a comment to T5999: load-balancing reverse-proxy can't configure root as a redirect.
Viacheslav renamed T5999: load-balancing reverse-proxy can't configure root as a redirect from load-balancing can't configure root as a redirect to load-balancing reverse-proxy can't configure root as a redirect.
Viacheslav triaged T5999: load-balancing reverse-proxy can't configure root as a redirect as Normal priority.
@stoicopa Do you have any ideas for CLI?
@cleopold73 Do you have any ideas for CLI?
Viacheslav edited projects for T5997: Support ssl backends on reverse-proxy, added: VyOS 1.5 Circinus; removed VyOS 1.2 Crux.
It is more of an upstream issue.
In addition, the PR already exists https://github.com/vyos/vyos-build/pull/438
Jan 28 2024
Jan 28 2024
Unknown Object (User) updated subscribers of T5619: Update the Intel ixgbe driver due to issues with Intel X533.
Why did you @Viacheslav lower the priority? It's basically broken currently.
GitHub <[email protected]> committed rVYOSONEX801359c2ebc7: Merge pull request #2898 from jestabro/validate-name (authored by dmbaturin).
GitHub <[email protected]> committed rVYOSONEX225b199ebe8c: Merge pull request #2899 from jestabro/typo-add-image-ftp (authored by dmbaturin).
jestabro added a comment to T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up.
Sub-task T5996.
jestabro triaged T5996: Incorrect behavior for backslash escapes in config save and compare commands as High priority.
Related to FRR logic
Won’t fix
Add a bug report on their repo
Jan 27 2024
Jan 27 2024
well i was checking this issue and i guess we had to concider
sarthurdev changed the status of T5993: DHCP6: no leases are created unless specifying a "interface" on the zone from Open to Confirmed.
sarthurdev changed the status of T5992: DHCP: show dhcp server leases not showing all leases from Open to Confirmed.
jestabro added a comment to T5994: Fix typo in 'remote' module preventing 'add system image' via ftp.
jestabro triaged T5994: Fix typo in 'remote' module preventing 'add system image' via ftp as Normal priority.
jestabro added a comment to T5988: image-tools: a check of valid image name is missing from 'add image'.
Viacheslav changed the status of T5991: 1.4.0-RC3 deleting portions of config in error (migration script), a subtask of T5938: Migration fail root task for 1.4-rc, from Open to Needs testing.
Viacheslav changed the status of T5991: 1.4.0-RC3 deleting portions of config in error (migration script) from Open to Needs testing.
Viacheslav triaged T5991: 1.4.0-RC3 deleting portions of config in error (migration script) as High priority.
Same as with https://vyos.dev/T5619.
Viacheslav triaged T5990: Intel 25G E810 kernel ice driver does not work with LLDP as Normal priority.
Jan 26 2024
Jan 26 2024
PR to fix here: https://github.com/vyos/vyos-1x/pull/2897
I have conducted additional testing. I can replicate the issue on a fresh VM. It seems the issue arises if the DHCP server is slow to respond upon bootup.
jestabro triaged T5988: image-tools: a check of valid image name is missing from 'add image' as High priority.
Okay, I can reproduce the error with an errant copy-paste; not sure how that happened in the reported lines, but if I paste the url as the image name, the resulting error matches. I will leave open for the submitter's response/comments, but otherwise close as 'invalid'.
That is an odd one: I am not able to reproduce with those 1.5-rolling versions, but will raise priority for investigation.
Jan 25 2024
Jan 25 2024
jestabro added a comment to T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up.
jestabro changed the status of T5983: image-tools: minor regression in pruning version files in compatibility mode from Unknown Status to Resolved.
GitHub <[email protected]> committed rVYOSONEXf97225161941: Merge pull request #2896 from vyos/mergify/bp/sagitta/pr-2893 (authored by jestabro).
Viacheslav triaged T5986: Container: Error on commit when environment variable value contains \n line break as Low priority.
indrajitr closed T5834: Rename 'enable-default-log' to 'default-log', a subtask of T5729: Firewall, nat and policy route - Switch to valueless, as Resolved.
Changes applied
XDP was dropped
The task is not an actual
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXea6b6db9d52e: image-tools: T5983: fix regression in prune_vyos_versions (authored by jestabro).
GitHub <[email protected]> committed rVYOSONEXbda7df42d2d7: Merge pull request #2895 from vyos/mergify/bp/sagitta/pr-2619 (authored by Viacheslav).
GitHub <[email protected]> committed rVYOSONEXee19ebbfad4d: Merge pull request #2894 from vyos/mergify/bp/current/pr-2619 (authored by dmbaturin).
erkin added a parent task for T5985: Downloaded files end up with unwieldy file attributes: T3356: Script for remote file transfers.
jestabro closed T5983: image-tools: minor regression in pruning version files in compatibility mode as Unknown Status.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX4fe6f26a58e6: T5817: Fix for show openvpn server (authored by Viacheslav).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXc13628bca37a: T5817: Fix for show openvpn server (authored by Viacheslav).
GitHub <[email protected]> committed rVYOSONEX80d6813cad24: Merge pull request #2893 from jestabro/fix-regression-version-files (authored by dmbaturin).
jestabro changed the status of T5983: image-tools: minor regression in pruning version files in compatibility mode from Open to In progress.
Jan 24 2024
Jan 24 2024
Same results here. If I remove the routes and re-add them they work perfectly. The issue only comes up at reboot.
I have another result
vyos@r1# set protocols static route 203.0.113.22/32 dhcp-interface eth2 [edit] vyos@r1# commit [edit] vyos@r1# [edit] vyos@r1# vtysh -c "show run" | match 203.0.113 ip route 203.0.113.22/32 192.168.100.1 eth2 [edit] vyos@r1#
[email protected]:~$ show configuration commands | match 111.111.22.227 set protocols static route 111.111.22.227/32 dhcp-interface 'eth0'
@c-po This would be the commits from https://gitlab.isc.org/isc-projects/dhcp/-/merge_requests/67 and 2 of mine to fix the issues with that PR, plus add support for ARPHRD_NONE
Viacheslav added a comment to T5941: [1.3.5 -> 1.4.0-RC1 Migration] Orphaned Configuration Nodes Cause Issues.
PR for policy https://github.com/vyos/vyos-1x/pull/2890
PR for traffic-policy https://github.com/vyos/vyos-1x/pull/2892
WLB is another feature and not related to protocols failover route
Viacheslav changed the status of T5811: static dhcp-interface routes not installed from Open to Needs testing.
I've made mistake while configuring my test stand so the WLB in my GNS3 was affected by contrack on host machine.
Looks like the WLB works as it should.
Sorry to bother you!
Issue is back in 1.4.0-rc3