@ordex Could you check the latest rolling release? Fancontrol should be there.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Nov 28 2022
Issue with FRR https://github.com/FRRouting/frr/issues/12406
Nov 27 2022
I've been testing this for a few weeks now at home and haven't noticed any issues. That said, while I have 6 network zones and a few public services running, my home network isn't very complicated and doesn't have any "exotic" firewall rules. Since the changes are fairly minor and the smoketests pass, I don't think there should be any issues, though.
OSPF and ISIS segment routing should now have been successfully refactored...at least for now.
Nov 26 2022
Adding PR to fix OSPF opaque LSA and rfc 1583 compatibility to the OSPF FRR Jinja2 template.
It will be enough next config to reproduce:
set protocols mpls interface 'eth1' commit set protocols bgp system-as 65001 commit
Nov 25 2022
Verify check, PR https://github.com/vyos/vyos-1x/pull/1678
It must be RaiseConfigError if we delete one of the peers which related on the other veth interface
set interfaces virtual-ethernet veth0 peer-name 'veth1' set interfaces virtual-ethernet veth1 peer-name 'veth0'
I've made some tested, it seems works as we expected :
@marc_s Would you be able to open a PR against 1.3 ?
The behaviour is quite different depending on what is done. In my case another API key (not the one my application uses) should be deleted and fails, the service restarts afterwards and the config is still the same. Is there something like a hot reload missing? Also, if the API-server dies without restart (had that case several times, would have to find out, which command does that) even a change using cli did not recover the service.
Nov 24 2022
Fixed in T4660
I have the same problem. This is a kernel configuration issue. The following settings must be made:
Nov 23 2022
Issue not present in 1.3.2 image! Thanks
This task can be closed since the PR is merged.