[pve-devel] [PATCH container 0/1] fix #5496: sdn: fix netbox integration

2025-02-25 Thread jonahz via pve-devel
--- Begin Message --- Hi, This patch fixes several bugs in the netbox SDN plugin. At the moment, the plugin is completely broken and doesn't work at all because it can't assign IPs correctly. Forum discussion: https://forum.proxmox.com/threads/sdn-problems-with-netbox-as-ipam.147395/ In additi

[pve-devel] [PATCH container 1/1] fix #5496: sdn: fix netbox integration

2025-02-25 Thread jonahz via pve-devel
--- Begin Message --- This fixes a bug which currently prevents the netbox plugin from assigning an IP correctly. It also makes sure to create an IP range, if none exists for the configured DHCP range. Signed-off-by: jonahz --- src/PVE/Network/SDN/Ipams/NetboxPlugin.pm | 21 +++-