From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 046D81FF161 for ; Tue, 8 Oct 2024 11:13:37 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5BC0A1210B; Tue, 8 Oct 2024 11:13:42 +0200 (CEST) To: pve-devel@lists.proxmox.com Date: Tue, 8 Oct 2024 00:01:08 -0400 X-Mailman-Approved-At: Tue, 08 Oct 2024 11:13:39 +0200 MIME-Version: 1.0 Message-ID: List-Id: Proxmox VE development discussion List-Post: From: apalrd via pve-devel Precedence: list Cc: apalrd 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] [PATCH ifupdown2 0/1] Support IPv6 in vxlan Content-Type: multipart/mixed; boundary="===============0673342112127922092==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============0673342112127922092== 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 3057DC32F8 for ; Tue, 8 Oct 2024 06:10:51 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 12589E98D for ; Tue, 8 Oct 2024 06:10:21 +0200 (CEST) Received: from mail-41104.protonmail.ch (mail-41104.protonmail.ch [185.70.41.104]) (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 ; Tue, 8 Oct 2024 06:10:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apalrd.net; s=protonmail; t=1728360077; x=1728619277; bh=0QS6Jp+6yEpATpb7P6+04451ygkWZwjGeoI9zUuN/Uo=; h=From:To:Cc:Subject:Date:Message-Id:From:To:Cc:Date:Subject: Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=AVNSJUEyyypOJoBOym7g9M4NtF/Ik//Uz6dFCDQwkB4SqU1fbcCia3ikb/rryXVN2 jIfH5O/5vYTBa/9kbV5cv/Knxe4HFWP9Rgt7JevnvyDp0HdMqCc8i14DVAe1bpGUby RVWVpuh40sPzozqtjtHG3ZxI+L/0Vq1pZdJ7FUZ1Gfd+EuDLicebAsziODVsEQOj31 8wl5DTk4VL5XKk91Bg3vmXR375IUoMEBI0O/D69VRTx4gojbHVNRCB2f5oEMbZ34b8 wv269gi7vt42f34IJzvP3Apv5BUV0pg4uy5k9lJ+3VUxTa47BThfWzoZY6368TKbYN hCJbYW02U+PVA== X-Pm-Submission-Id: 4XN2Ph3MQ9z3v90 From: apalrd To: pve-devel@lists.proxmox.com Cc: apalrd Subject: [PATCH ifupdown2 0/1] Support IPv6 in vxlan Date: Tue, 8 Oct 2024 00:01:08 -0400 Message-Id: <20241008040109.322473-1-andrew@apalrd.net> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_PASS -0.1 DMARC pass policy SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record X-Mailman-Approved-At: Tue, 08 Oct 2024 11:13:39 +0200 Add support in ifupdown2 for IPv6 local and remote IP addresses in vxlan. Fixes #5415. apalrd (1): Correctly handle IPv6 addresses in vxlan ifupdown2/addons/vxlan.py | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) -- 2.39.5 --===============0673342112127922092== 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 --===============0673342112127922092==--