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 864FD1FF161 for ; Tue, 8 Oct 2024 11:13:29 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EC5B412065; Tue, 8 Oct 2024 11:13:41 +0200 (CEST) To: pve-devel@lists.proxmox.com Date: Tue, 8 Oct 2024 00:01:35 -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 pve-network 0/1] Vxlan Support IPv6 Content-Type: multipart/mixed; boundary="===============3318583047964567031==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============3318583047964567031== 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 21EA9C33AC for ; Tue, 8 Oct 2024 06:09:54 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 04D1AE8F4 for ; Tue, 8 Oct 2024 06:09:24 +0200 (CEST) Received: from mail-4321.protonmail.ch (mail-4321.protonmail.ch [185.70.43.21]) (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 firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 8 Oct 2024 06:09:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apalrd.net; s=protonmail; t=1728360103; x=1728619303; bh=Jqtyv1wJ238zguzJnWSkexCtdh2r6PlKGldjylLfU9M=; h=From:To:Cc:Subject:Date:Message-Id:From:To:Cc:Date:Subject: Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=p4sE10Ls8SnCLkKguFpwXT1A8OF+3XO0g8cjWEm9j7SE9w3TsZIumbfcw1l6QJlHm nKuNeqBnvZK/5Pup/RgqXAWqaRCMNITDeul1YDIw5ezPx/symvFpNeIlQAvc2ClGNy g/geZWuldrG8BEjA3E/O72EUlNzL9hVpc92pVcVfJclgREWvlTuHWSEjP9g9Bd5/Or x2DZLd3DpniRfsiGRCVarnCpxb2R/SmXaRMab8tF19lPWuABaXnQWQ68aboFs5o6TR V/IlNPCGQkGfMHVl93T2WPHrbXUFpgPtByVg/JA5YTfz+ijTCKBWZL+hPdc4Xqc4Te wIiOxr0e2Rg6w== X-Pm-Submission-Id: 4XN2QC10q1z4wwm8 From: apalrd To: pve-devel@lists.proxmox.com Cc: apalrd Subject: [PATCH pve-network 0/1] Vxlan Support IPv6 Date: Tue, 8 Oct 2024 00:01:35 -0400 Message-Id: <20241008040136.322811-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 This patch goes along with a patch to ifupdown2 to support IPv6 in vxlan (fixes #5415). While IPv6 is already supported for remote peers, the local_tunnelip parameter must be set to a local IPv6 address or the tunnel interface will bind to a local IPv4 address. Take the local tunnel IP from the peer address set where the peer address equals our own address. apalrd (1): Update vxlan plugin to emit local tunnel IP src/PVE/Network/SDN/Zones/VxlanPlugin.pm | 4 ++-- src/test/zones/vxlan/basic/expected_sdn_interfaces | 1 + src/test/zones/vxlan/vlanawarevnet/expected_sdn_interfaces | 1 + src/test/zones/vxlan/vxlanport/expected_sdn_interfaces | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) -- 2.39.5 --===============3318583047964567031== 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 --===============3318583047964567031==--