Re: [pve-devel] [PATCH pve-network 1/4] subnet: dhcp: improve Net::IP usage

2025-04-07 Thread Hannes Duerr
Tested all 4 Patches and didn't run into any regressions. Please consider this Tested-by: Hannes Duerr On 3/7/25 13:50, Stefan Hanreich wrote: This simplifies the comparison of IPs by using the object-oriented interface over the procedural one. Also instantiate the ips using the new method rat

[pve-devel] [PATCH pve-network 1/4] subnet: dhcp: improve Net::IP usage

2025-03-07 Thread Stefan Hanreich
This simplifies the comparison of IPs by using the object-oriented interface over the procedural one. Also instantiate the ips using the new method rather than using new, which isn't a keyword in Perl. This fixes the respective perlcritic warning. Signed-off-by: Stefan Hanreich --- src/PVE/Netwo