@Viacheslav I will need some help with making configuration migrations. Since it seems for this we will need to make significant changes to the commit-archive options since right now it uses a leafNode. I do have a somewhat hacky option to allow &subdir=path/to/subdir inside the url.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Tue, Nov 18
@Viacheslav I need some guidance. I am trying to figure out what validator to use and it seems that the file-transport and url validators aren't in the vyos-1x repo and I can't seem to figure out what they are actually pointing to.
Bug does not appear in VyOS 1.4.3
With this option, set interface feature eth1 ip4-not-enabled arc ip4-unicast disable
Packet 22
Commit failed because you have to set local-zone and you don't have it
Behavior is correct.
Seems like the initial KeyError issue is resolved recently in https://vyos.dev/T7112
Re-tested in 2025.11.18-0020-rolling
One solution that I found, edit the template to allow dhcp_plugin
sudo nano -c +93 /usr/share/vyos/templates/vpp/startup.conf.j2
Add plugin:
plugin dhcp_plugin.so { enable }Call this command:
sudo vppctl set dhcp client intfc eth1 hostname r14
eth1
vyos@r14# sudo vppctl show int addr eth0 (up): L3 192.168.122.14/24 eth1 (up): L3 192.168.100.201/24 local0 (dn): tap4096 (up): tap4097 (up): [edit] vyos@r14#
Mon, Nov 17
acme.sh sounds like it would be a good fit. I definitely would want to have this added.
This would be dhcp-requested-address though I think adding it might cause other issues. Especially if the requested address is already used.
Seems this should be closed.
Documentation PR has been created https://github.com/vyos/vyos-documentation/pull/1708
https://github.com/vyos/vyos-1x/pull/4852 is ready. I just need to add to the documentation.
I will add this along with touch-required
https://github.com/vyos/vyos-1x/pull/4851 here's the PR
https://github.com/scj643/vyos-1x/tree/git-archive-subdir the branch I have for my changes to add this.
I will take a look into this.
Sun, Nov 16
Fri, Nov 14
Thu, Nov 13
Still waiting on Kea upstream PR
Wed, Nov 12
I think this ticket can now be closed now that it has been merged.
I think we can close this issue.
It seems as FRR has a special implementation of regex, even when they say POSIX 1003.2 regex compatibility because some things are different, like the _ character.
Tue, Nov 11
vyatta_sbindir is used in the code in vyos-router that was supposed to execute child services: https://github.com/vyos/vyos-1x/blob/current/src/init/vyos-router#L47-L55
This is still a problem. We have found no suitable fixes, and I think we've tried "everything" without avail.
XDP on iavf failed (works on i40e) with:
Based on the comments above, I am moving this to 'wishlist' for consideration after the legacy backend is retired. My expectation is that we will not want to drop the invariant as such, however, we will be in a position to consider refinements of the model, radical or conservative, once freed from the legacy constraints.
As posted in https://forum.vyos.io/t/vyos-build-failing-smoketests/16811/13 I can close this bug report as user error 😅
@Aljutor can you try XDP as well?