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 BF4D21FF15C for ; Fri, 28 Nov 2025 12:10:11 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4AA0A1810C; Fri, 28 Nov 2025 12:10:33 +0100 (CET) Message-ID: Date: Fri, 28 Nov 2025 12:10:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: pdm-devel@lists.proxmox.com References: <20251120110641.120124-1-s.hanreich@proxmox.com> Content-Language: en-US From: Stefan Hanreich In-Reply-To: <20251120110641.120124-1-s.hanreich@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.726 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 Subject: [pdm-devel] superseded: [PATCH proxmox{, -datacenter-manager} v3 0/8] Integration of IP-VRF and MAC-VRF status to EVPN panel X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" https://lore.proxmox.com/pdm-devel/20251128110905.104189-1-s.hanreich@proxmox.com/T/#t On 11/20/25 12:06 PM, Stefan Hanreich wrote: > ## Introduction > > This patch series requires the API endpoints introduced in the Proxmox VE patch > series [1] - in particular the zone/ip-vrf and the vnet/mac-vrf endpoints. > > It adds a second panel to the EVPN view and makes it a split view similar to the > remote view. It utilizes the endpoints to display status information about > selected zones / vnets. It shows the current state of the IP-VRF of a zone or > the MAC-VRF of a vnet per node. > > ## Changelog > > Changes from v2 to v3: > * fixed import order in zone status panel > * replaced unwrap with unwrap_or_default in vnet status panel > * reduced visibility of some UI components > > Changes from v1 to v2: > * adapt to new kebab-cased PVE API types > > [1] https://lore.proxmox.com/pve-devel/20251107085553.113655-1-s.hanreich@proxmox.com/T/ > > proxmox: > > Stefan Hanreich (3): > pve-api-types: add zone / vnet status reporting endpoints > pve-api-types: generate ip-vrf / mac-vrf endpoints > pve-api-types: regenerate > > pve-api-types/generate.pl | 4 + > pve-api-types/pve-api.json | 286 ++++++++++++++++++++++++++- > pve-api-types/src/generated/code.rs | 25 +++ > pve-api-types/src/generated/types.rs | 104 ++++++++-- > 4 files changed, 402 insertions(+), 17 deletions(-) > > > proxmox-datacenter-manager: > > Stefan Hanreich (5): > server: api: sdn: add ip-vrf endpoint > server: api: sdn: add mac-vrf endpoint > ui: sdn: evpn: add zone status panel > ui: sdn: evpn: add vnet status panel > sdn: evpn: add detail panel to the evpn panel > > lib/pdm-client/src/lib.rs | 23 +++ > server/src/api/nodes/mod.rs | 2 + > server/src/api/nodes/sdn.rs | 101 +++++++++++++ > server/src/api/pve/node.rs | 3 +- > ui/src/sdn/evpn/evpn_panel.rs | 130 ++++++++++++++-- > ui/src/sdn/evpn/mod.rs | 36 +++++ > ui/src/sdn/evpn/remote_tree.rs | 71 ++++++--- > ui/src/sdn/evpn/vnet_status.rs | 253 ++++++++++++++++++++++++++++++++ > ui/src/sdn/evpn/vrf_tree.rs | 29 +++- > ui/src/sdn/evpn/zone_status.rs | 261 +++++++++++++++++++++++++++++++++ > 10 files changed, 875 insertions(+), 34 deletions(-) > create mode 100644 server/src/api/nodes/sdn.rs > create mode 100644 ui/src/sdn/evpn/vnet_status.rs > create mode 100644 ui/src/sdn/evpn/zone_status.rs > > > Summary over all repositories: > 14 files changed, 1277 insertions(+), 51 deletions(-) > _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel