- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 13 2024
Jan 12 2024
My only comment here would be to hesitate when putting in restrictions; as Doug Gwyn once said:
Unix was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
I just did a test - without the VLAN interfaces added, the VLAN traffic is still offloaded.
So the CLI should be updated to prevent VLAN's from being added (since it doesn't make any sense to add them, since they work when the parent interface is added)
The commit in question was added after the VyOS 1.3.5 release
We don't need append
We should use leafNode type /multi for example https://github.com/vyos/vyos-1x/blob/4c29922cc0baa9c127391b58e82b76f69e1e2dce/interface-definitions/include/bgp/afi-l2vpn-common.xml.i#L43
In testing before PR:
https://github.com/vyos/vyos-1x/compare/current...jestabro:serial-console-config-mode
PR for 1.4 https://github.com/vyos/vyos-1x/pull/2810
@fdcastel Thanks for confirming
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2809
Also working with 1.5 / circinus:
Finally it seemed to be fixed in the VyOS 1.5-rolling-202401090834 version I updated today to latest rolling and its fine now 👌
The issue is only on boot, if after booting you run the load command, it loads fine and commit works without any issues.
Booting now gives this:
Fixed! Thanks guys!
During a boot that raises the migration error, can you alter the grub boot command to add vyos-config-debug? See https://docs.vyos.io/en/latest/contributing/debugging.html#kernel
Just thinking aloud - could it be the period that is causing issues with the loading?
It is still a bug and was reproduced in T5926
Deleting was described there T3843 and seems steel relevant
Just a question: Would it be nice if this feature could also be combined with the commit-confirm?
e.g. like commit-confirm soft 20
Jan 11 2024
This issue seems to appear only with 1.3 but not with 1.4
please mark as won't fix
Description updated; as this may have been a transient issue while supporting tools were merged, close and reopen if recurrence.