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

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Feb 20 15:20:36 CET 2024


Am 20/01/2024 um 18:57 schrieb Jasper Yu:
> ---
>  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.pm
> +++ b/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm
> @@ -288,7 +288,7 @@ sub get_ip_id {
>  
>  sub is_ip_gateway {
>      my ($url, $ip, $headers) = @_;
> -    my $result = PVE::Network::SDN::api_request("GET", "$url/addresses/search/$ip", $headers);
> +    my $result = PVE::Network::SDN::api_request("GET", "$url/ipam/ip-addresses/?q=$ip", $headers);
>      my $data = @{$result->{data}}[0];
>      my $description = $data->{description};
>      my $is_gateway = 1 if $description eq 'gateway';

Thanks for your patch, but it seems we do not have a signed CLA from
you and a Signed-off-by in the patch, please see:
https://pve.proxmox.com/wiki/Developer_Documentation#Software_License_and_Copyright

But as Alexandre already sent a similar change, I applied [0] that
instead with an Originally-by trailer to give you some credit, I hope
that's all right with you.

[0]: https://git.proxmox.com/?p=pve-network.git;a=commitdiff;h=b18b34aad560e77ae9ea407e2154780817ba6a54




More information about the pve-devel mailing list