I don't know what testing you might want to do, but for me it now works as expected.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Feb 29 2024
Gotcha, thanks!
The configuration checks are the 'verify' stage of the respective config mode script; general structure here:
https://docs.vyos.io/en/sagitta/contributing/development.html#configuration-script-structure-and-behaviour
What is the content of
/tmp/vyos-configd-script-stdout ?
In T5991#178350, @jestabro wrote:I raised this issue for discussion last week, and am testing more 'lenient' verification in cases such as above; I'll add results and plans here, as available.
I raised this issue for discussion last week, and am testing more 'lenient' verification in cases such as above; I'll add results and plans here, as available.
That commit has the side effect that using sudo or even just committing some configurations will return "sudo: unable to resolve host vyos: System error" every time. Applications that rely on the system hostname will also not be able to reach localhost if the hostname is not a FQDN.
Thanks for that.
Feb 28 2024
Firewall failed migration due to incorrect subnet, 1.3 firewall did not correctly validate those fields. Correcting source address on rule 30 on TO-ROUTER chain should migrate the firewall properly.
PR for global solution extends the local solution in T5839:
https://github.com/vyos/vyos-1x/pull/2659
PR
https://github.com/vyos/vyos-1x/pull/2659
updated and extended for T5660.
Tested in VyOS 1.5-rolling-202402280022 and it works now :
Feb 27 2024
This was resolved by merged PR. Build process now succeeds.
We should keep this behavior in 1.3.7 but change it for 1.4 and onwards