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 57DBE1FF13B for ; Wed, 06 May 2026 10:03:48 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4BF3A188E2; Wed, 6 May 2026 10:03:46 +0200 (CEST) Message-ID: Date: Wed, 6 May 2026 10:03:07 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: partially-applied: [PATCH access-control/cluster/manager/network/proxmox{-ve-rs,-perl-rs} v5 00/46] Add support for route maps / prefix lists to SDN To: Thomas Lamprecht , pve-devel@lists.proxmox.com References: <20260505153720.412180-1-s.hanreich@proxmox.com> <177803042695.3078892.17863339675648439363.b4-ty@b4> Content-Language: en-US From: Stefan Hanreich In-Reply-To: <177803042695.3078892.17863339675648439363.b4-ty@b4> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.645 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: D6YBA5J2OSPDZMYMU4KIY37MSA3DP4JB X-Message-ID-Hash: D6YBA5J2OSPDZMYMU4KIY37MSA3DP4JB 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/6/26 3:23 AM, Thomas Lamprecht wrote: > On Tue, 05 May 2026 17:36:28 +0200, Stefan Hanreich wrote: >> ## Introduction >> >> This patch adds support for managing route maps and prefix lists to the SDN >> stack. With this patch series, route maps can be applied to the BGP and EVPN >> controller for incoming / outgoing route filtering. Additionally, prefix lists >> can be used to filter routes that should be installed by a fabric into the >> kernel routing table, overriding the default behavior of only installing routes >> from the configured IP prefix. There are currently some other features in >> development that would make use of route maps as well, namely: >> >> [...] > > Applied now also the pve-rs and pve-network parts, thanks! > > Basically only missing the pve-manager part (and docs!). > > I squashed some smaller fixes in here, I added a [TL: ...] trailer for where I > did for transparency, maybe chross-check these. will do! > Also: The OSPF delete enum gains 'redistribute' here too, but OspfProperties / > OspfDeletableProperties in proxmox-ve-rs don't have such a field. Is this > an intentional placeholder for a follow-up, or stray addition? I kept it as is > because it didn't really hurt. that potentially slipped in monday / yesterday, because I was still working on the redistribution series - most likely an oversight from my part when fixing up commits, sorry! > btw. had to do a breaks from newer libpve-rs-perl library to older > libpve-network-perl for the get_frr_raw_config signature change, not huge, but > if we can avoid these it would be still nice (e.g., add as new method and keep > old one around until next major release) will keep in mind for future series!