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 85FE91FF146 for ; Tue, 12 May 2026 10:22:47 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id DEB2C80C4; Tue, 12 May 2026 10:22:45 +0200 (CEST) Message-ID: <19cc22d3-e4fe-4ecb-9259-5c911f72a833@proxmox.com> Date: Tue, 12 May 2026 10:22:39 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: applied: [PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/25] Add support for route maps / prefix lists to SDN To: Thomas Lamprecht , pve-devel@lists.proxmox.com References: <20260511133650.310040-1-s.hanreich@proxmox.com> <177855069689.1229621.3588559788439155294.b4-ty@b4> Content-Language: en-US From: Stefan Hanreich In-Reply-To: <177855069689.1229621.3588559788439155294.b4-ty@b4> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.621 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 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: EO6NPKMO2GJF6LLTU36IHVHBM3NBFYX7 X-Message-ID-Hash: EO6NPKMO2GJF6LLTU36IHVHBM3NBFYX7 X-MailFrom: s.hanreich@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 5/12/26 3:51 AM, Thomas Lamprecht wrote: > On Mon, 11 May 2026 15:36:19 +0200, Stefan Hanreich wrote: >> Following the off-list discussion between Thomas, Dominik and me this patch >> series contains the remaining pve-manager patches from the initial series and >> implements changes to the API structure of route maps and prefix lists. For more >> details on the exact API changes, see the respective pve-network commits that >> give an overview of the new API structure, as well as provide reasoning for why >> they were changed. >> >> [...] > > Applied, with a bunch of smaller fix-ups squashed in (and noted as such in the > commit message trailers), thanks! Looked over the changes and gave the feature a quick spin on my machine - couldn't notice anything off so far. Thanks!