--- 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
--- 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:
--- 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
--- 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
--- 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.