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 1EDBF1FF13A for ; Wed, 01 Apr 2026 01:09:59 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D0A1596E8; Wed, 1 Apr 2026 01:10:26 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Christoph Heiss Subject: applied: [PATCH proxmox v3 0/8] sdn: add wireguard fabric configuration support Date: Wed, 1 Apr 2026 01:10:12 +0200 Message-ID: <177499859126.1013230.18355736903711425261.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260330182856.2401050-1-c.heiss@proxmox.com> References: <20260330182856.2401050-1-c.heiss@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1774998565401 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.628 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 1 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 1 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 1 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 Message-ID-Hash: 63QCXCXGWO2F7R6HQEX4LTDRJCNY46VA X-Message-ID-Hash: 63QCXCXGWO2F7R6HQEX4LTDRJCNY46VA X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, 30 Mar 2026 20:28:34 +0200, Christoph Heiss wrote: > This series lays the groundwork with initial primitives and configuration > support for adding WireGuard as a new SDN fabric to our stack in the > future. > > Nothing of this code is actively used anywhere in the stack yet, but > Stefan already sent out a series adding WireGuard as a new SDN fabric, > that depends on this series [0]. > > [...] Applied, thanks! [1/8] ini: add crate for INI serialization commit: 33e23ce3cfdba87a565ce7842ea1e71a6c414b08 [2/8] serde: add base64 module for byte arrays commit: 9bbe4c660b3c2d86e21e0af33b01abbc98827c4a [3/8] network-types: add ServiceEndpoint type as host/port tuple abstraction commit: 826736e28d6a4a7b01f94d87abe4e1c990d9ec11 [4/8] schema: provide integer schema for node ports commit: 92f4d4a61d1fdafc89a13f22f130a2b5456aa2c5 [5/8] schema: api-types: add ed25519 base64 encoded key schema commit: cd7125b45124da9431daf4fc71bb0ad23db183df [6/8] wireguard: init configuration support crate commit: 4fcb55314b4fbaf19d0523c54fc0cbbb916757fd [7/8] wireguard: implement api for PublicKey commit: 89c12bb333f78f453ea412ec2ea2b5a8e00a6d45 [8/8] wireguard: make per-peer preshared key optional commit: de014abab9f4effcca47aa6aa6d7f30e867bd6ef