Re: [pve-devel] [PATCH manager] report: filter comments in VM/CT configs

2022-12-28 Thread Stefan Sterz
On 12/16/22 13:15, Fiona Ebner wrote: > Am 15.12.22 um 17:57 schrieb Mira Limbeck: >> diff --git a/PVE/Report.pm b/PVE/Report.pm >> index 90b7cb1c..7ebe98f7 100644 >> --- a/PVE/Report.pm >> +++ b/PVE/Report.pm >> @@ -5,16 +5,34 @@ use warnings; >> >> use PVE::Tools; >> >> +my sub file2text { >

Re: [pve-devel] [PATCH firewall] fix 4414: automatically rename usages of aliases and IPsets

2022-12-28 Thread Leo Nunner
On 2022-12-23 11:36, Wolfgang Bumiller wrote: > On Thu, Dec 22, 2022 at 04:52:32PM +0100, Leo Nunner wrote: >> Renaming an alias or an IPset broke existing firewall rules, both >> standalone and as part of a security group. This was already fixed with >> security groups (see issue #4204), so it wa