Re: [pve-devel] [PATCH proxmox-ve-rs 06/21] ipset: address: add helper methods

2024-06-27 Thread Gabriel Goller
On 26.06.2024 14:15, Stefan Hanreich wrote: Signed-off-by: Stefan Hanreich --- proxmox-ve-config/src/firewall/types/address.rs | 10 ++ proxmox-ve-config/src/firewall/types/ipset.rs | 14 ++ 2 files changed, 24 insertions(+) diff --git a/proxmox-ve-config/src/firewall/types/

[pve-devel] [PATCH proxmox-ve-rs 06/21] ipset: address: add helper methods

2024-06-26 Thread Stefan Hanreich
Signed-off-by: Stefan Hanreich --- proxmox-ve-config/src/firewall/types/address.rs | 10 ++ proxmox-ve-config/src/firewall/types/ipset.rs | 14 ++ 2 files changed, 24 insertions(+) diff --git a/proxmox-ve-config/src/firewall/types/address.rs b/proxmox-ve-config/src/firewal