The root issue could be in https://vyos.dev/T5611 T5611
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 29 2024
Will take care about it after my vacation
In T5998#174912, @Viacheslav wrote:@stoicopa Do you have any ideas for CLI?
@stoicopa Do you have any ideas for CLI?
@cleopold73 Do you have any ideas for CLI?
It is more of an upstream issue.
In addition, the PR already exists https://github.com/vyos/vyos-build/pull/438
Jan 28 2024
Why did you @Viacheslav lower the priority? It's basically broken currently.
Sub-task T5996.
Related to FRR logic
Won’t fix
Add a bug report on their repo
Jan 27 2024
well i was checking this issue and i guess we had to concider
Same as with https://vyos.dev/T5619.
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.
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
Changes applied
XDP was dropped
The task is not an actual
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#
danhusan@myv.c1:~$ 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