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 5D1D31FF141 for ; Fri, 16 Jan 2026 12:09:18 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9932816E28; Fri, 16 Jan 2026 12:09:17 +0100 (CET) From: Hannes Laimer To: pve-devel@lists.proxmox.com Date: Fri, 16 Jan 2026 12:08:40 +0100 Message-ID: <20260116110843.89615-1-h.laimer@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1768561675544 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.056 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [plugin.pm, vxlanplugin.pm] Subject: [pve-devel] [PATCH docs/network 0/3] SDN VXLAN IPv6 underlay support X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Adds support for VXLAN zones with an IPv6 uderlay. We don't support dual stack underlays. So we expect the peers list to be single-family, for fabrics we prefer IPv6 if the fabrics has both. pve-network: Hannes Laimer (2): sdn: vxlan: make local underlay selection work for IPv6 peers sdn: vxlan: enforce single address family in peers list src/PVE/Network/SDN/Zones/Plugin.pm | 72 +++++++++++++++++-- src/PVE/Network/SDN/Zones/VxlanPlugin.pm | 42 +++++++++-- .../vxlan/fabric_ipv4/expected_sdn_interfaces | 26 +++++++ src/test/zones/vxlan/fabric_ipv4/interfaces | 5 ++ src/test/zones/vxlan/fabric_ipv4/sdn_config | 50 +++++++++++++ .../vxlan/fabric_ipv6/expected_sdn_interfaces | 32 +++++++++ src/test/zones/vxlan/fabric_ipv6/interfaces | 5 ++ src/test/zones/vxlan/fabric_ipv6/sdn_config | 54 ++++++++++++++ .../zones/vxlan/ipv6/expected_sdn_interfaces | 15 ++++ src/test/zones/vxlan/ipv6/interfaces | 7 ++ src/test/zones/vxlan/ipv6/sdn_config | 17 +++++ 11 files changed, 314 insertions(+), 11 deletions(-) create mode 100644 src/test/zones/vxlan/fabric_ipv4/expected_sdn_interfaces create mode 100644 src/test/zones/vxlan/fabric_ipv4/interfaces create mode 100644 src/test/zones/vxlan/fabric_ipv4/sdn_config create mode 100644 src/test/zones/vxlan/fabric_ipv6/expected_sdn_interfaces create mode 100644 src/test/zones/vxlan/fabric_ipv6/interfaces create mode 100644 src/test/zones/vxlan/fabric_ipv6/sdn_config create mode 100644 src/test/zones/vxlan/ipv6/expected_sdn_interfaces create mode 100644 src/test/zones/vxlan/ipv6/interfaces create mode 100644 src/test/zones/vxlan/ipv6/sdn_config pve-docs: Hannes Laimer (1): sdn: vxlan: add short section about underlay address family vxlan-and-evpn.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) Summary over all repositories: 12 files changed, 322 insertions(+), 11 deletions(-) -- Generated by git-murpp 0.8.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel