From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 73B041FF171 for ; Fri, 13 Dec 2024 20:47:02 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6EDC2148B7; Fri, 13 Dec 2024 20:47:10 +0100 (CET) To: pve-devel@lists.proxmox.com Date: Fri, 13 Dec 2024 20:45:39 +0100 In-Reply-To: <20241213194539.43105-2-lou.lecrivain@wdz.de> References: <20241213194539.43105-2-lou.lecrivain@wdz.de> MIME-Version: 1.0 Message-ID: List-Id: Proxmox VE development discussion List-Post: From: lou lecrivain via pve-devel Precedence: list Cc: lou lecrivain X-Mailman-Version: 2.1.29 X-BeenThere: pve-devel@lists.proxmox.com List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Proxmox VE development discussion List-Help: Subject: [pve-devel] SPAM: [PATCH pve-network v3 3/4] fix: register details in pve ipam db for add_next_freeip Content-Type: multipart/mixed; boundary="===============9203621492171813272==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============9203621492171813272== Content-Type: message/rfc822 Content-Disposition: inline Return-Path: X-Original-To: pve-devel@lists.proxmox.com Delivered-To: pve-devel@lists.proxmox.com Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 3251DC2B92 for ; Fri, 13 Dec 2024 20:47:09 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 376B61476C for ; Fri, 13 Dec 2024 20:46:38 +0100 (CET) Received: from smtp-tls.etu.univ-nantes.fr (smtptlsetu1-cha.cpub.univ-nantes.fr [IPv6:2001:660:7220:385:193:52:103:133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Fri, 13 Dec 2024 20:46:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by smtp-tls.etu.univ-nantes.fr (Postfix) with ESMTP id CF9C720353; Fri, 13 Dec 2024 20:46:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at smtptlsetu1-cha.cpub.univ-nantes.fr Received: from smtp-tls.etu.univ-nantes.fr ([127.0.0.1]) by localhost (smtptlsetu1-cha.cpub.univ-nantes.fr [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eT66ZSl2elwQ; Fri, 13 Dec 2024 20:46:29 +0100 (CET) Received: from localhost.localdomain (ip-185-104-138-75.ptr.icomera.net [185.104.138.75]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-tls.etu.univ-nantes.fr (Postfix) with ESMTPSA id 3D84220346; Fri, 13 Dec 2024 20:46:29 +0100 (CET) From: lou lecrivain To: pve-devel@lists.proxmox.com subject: SPAM: [PATCH pve-network v3 3/4] fix: register details in pve ipam db for add_next_freeip Date: Fri, 13 Dec 2024 20:45:39 +0100 Message-ID: <20241213194539.43105-4-lou.lecrivain@wdz.de> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241213194539.43105-2-lou.lecrivain@wdz.de> References: <20241213194539.43105-2-lou.lecrivain@wdz.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 4 BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_REJECT 0.1 DMARC reject policy KAM_DMARC_REJECT 6 DKIM has Failed or SPF has failed on the message and the domain has a DMARC reject policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record T_SPF_PERMERROR 0.01 SPF: test of record failed (permerror) From: Lou Lecrivain Signed-off-by: lou lecrivain Tested-by: Stefan Hanreich Reviewed-by: Stefan Hanreich --- src/PVE/Network/SDN/Ipams/PVEPlugin.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/PVE/Network/SDN/Ipams/PVEPlugin.pm b/src/PVE/Network/SDN/Ipams/PVEPlugin.pm index 742f1b1..c225655 100644 --- a/src/PVE/Network/SDN/Ipams/PVEPlugin.pm +++ b/src/PVE/Network/SDN/Ipams/PVEPlugin.pm @@ -196,7 +196,11 @@ sub add_next_freeip { die "can't find free ip in subnet '$cidr'\n" if !$freeip; - $dbsubnet->{ips}->{$freeip} = {}; + $dbsubnet->{ips}->{$freeip} = { + mac => $mac, + hostname => $hostname, + vmid => $vmid + }; write_db($db); }); -- 2.47.0 --===============9203621492171813272== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel --===============9203621492171813272==--