Fixed for 1.3+ along with test verifications
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Dec 17 2024
Dec 16 2024
I was looking into this again today. As I mentioned in the pull request, there is an issue with the draft PR. What happens is that the current config is retrieved using the command show configuration commands instead of show configuration. The output does not contain any less specific config paths, as they would be useless in configuring a system. However, when determining what to delete, this information is essential.
Seems the following fixed it in the code. At the very least it didn't error anymore. I'll happily try to make a merge request for it but I've never done that on a project of this scale before so I'd like some guidance.
# Copyright 2023-2024 VyOS maintainers and contributors <maintainers@vyos.io> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with this library. If not, see <http://www.gnu.org/licenses/>.
Clients cannot connect with empty crl file
# vyos@r14:~$ sudo cat /run/openvpn/vtun10_crl.pem # vyos@r14:~$
Dec 15 2024
Blackbox exporter requires a config file for modules that should be used (for example ping over IPv4 or IPv6, DNS for A or AAAA).
This feature is missing documentation: https://docs.vyos.io/en/latest/configuration/service/monitoring.html
The exclude_users string can not have an infinite length.
Dec 14 2024
Dec 13 2024
Some thoughts.
Based on your suggestion, I submitted a PR to accept the traffic for the PPPoE session. However,I'm not sure how to accept these STP traffic , so the STP was not included.
The fix is now a part of https://github.com/vyos/vyos.vyos/pull/367