Re: [pve-devel] [PATCH proxmox-ve-rs 10/21] sdn: add ipam module

2024-08-13 Thread Max Carrara
On Wed Jun 26, 2024 at 2:15 PM CEST, Stefan Hanreich wrote: > This module includes structs for representing the JSON schema from the > PVE ipam. Those can be used to parse the current IPAM state. > > We also include a general Ipam struct, and provide a method for > converting the PVE IPAM to the ge

[pve-devel] [PATCH proxmox-ve-rs 10/21] sdn: add ipam module

2024-06-26 Thread Stefan Hanreich
This module includes structs for representing the JSON schema from the PVE ipam. Those can be used to parse the current IPAM state. We also include a general Ipam struct, and provide a method for converting the PVE IPAM to the general struct. The idea behind this is that we have multiple IPAM plug