[pve-devel] SPAM: Re: [PATCH pve-network 1/1] Fixed Netbox API Path

2024-02-20 Thread Jasper Yu via pve-devel
--- Begin Message --- Hi, That's totally fine for me Thanks Jasper Yu About me: https://seadog007.me CV: https://seadog007.work Email: 007sea...@gmail.com, ad...@seadog007.me Phone: +886920498225 On Tue, Feb 20, 2024 at 22:20 Thomas Lamprecht wrote: > Am 20/01/2024 um 18:57 schrieb Jasper Yu

[pve-devel] [PATCH pve-network 0/1] Fixed Netbox API Path

2024-01-22 Thread Jasper Yu via pve-devel
--- Begin Message --- Seems that Netbox IPAM Plugin is originally copied from PHPIPAM and use the wrong API Path. It will cause the error when adding existed subnet with following error msg "create sdn subnet object failed: Invalid response from server: 404 Not Found (500)" Jasper Yu (1): fix:

[pve-devel] [PATCH pve-network 1/1] fix: Netbox API Path

2024-01-22 Thread Jasper Yu via pve-devel
--- Begin Message --- Signed-off-by: Jasper Yu <007sea...@gmail.com> --- src/PVE/Network/SDN/Ipams/NetboxPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm b/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm index 91010bb..666ea70 10064

[pve-devel] [PATCH pve-network 0/1] Fixed Netbox API Path

2024-01-22 Thread Jasper Yu via pve-devel
--- Begin Message --- Seems that Netbox IPAM Plugin is originally copied from PHPIPAM and use the wrong API Path. It will cause the error when adding existed subnet with following error msg "create sdn subnet object failed: Invalid response from server: 404 Not Found (500)" Jasper Yu (1): Fixed

[pve-devel] [PATCH pve-network 1/1] Fixed Netbox API Path

2024-01-22 Thread Jasper Yu via pve-devel
--- Begin Message --- --- src/PVE/Network/SDN/Ipams/NetboxPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm b/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm index 91010bb..666ea70 100644 --- a/src/PVE/Network/SDN/Ipams/NetboxPlugin.