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 E33491FF164 for ; Fri, 28 Feb 2025 15:01:44 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id DFE3BF333; Fri, 28 Feb 2025 15:01:39 +0100 (CET) From: Stefan Hanreich To: pve-devel@lists.proxmox.com Date: Fri, 28 Feb 2025 15:01:31 +0100 Message-Id: <20250228140136.124286-1-s.hanreich@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.238 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_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Subject: [pve-devel] [PATCH network 0/5] Improve documentation for SDN API endpoints used by PDM 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" This patch series is a preparatory patch series for the Proxmox Datacenter Manager SDN / EVPN integration. It updates the API documentation of all endpoints that are used by the initial patch series for integrating the SDN stack into the Proxmox Datacenter Manager. This makes it possible to generate the Rust structs in proxmox-api-types. pve-network: Stefan Hanreich (5): controllers: fix maximum value for ASN api: add state standard option api: controllers: update schema of endpoints api: vnets: update schema of endpoints api: zones: update schema of endpoints src/PVE/API2/Network/SDN/Controllers.pm | 111 +++++++++- src/PVE/API2/Network/SDN/Vnets.pm | 88 +++++++- src/PVE/API2/Network/SDN/Zones.pm | 190 ++++++++++++++++-- src/PVE/Network/SDN.pm | 7 + src/PVE/Network/SDN/Controllers/BgpPlugin.pm | 6 +- src/PVE/Network/SDN/Controllers/EvpnPlugin.pm | 5 +- src/PVE/Network/SDN/Controllers/IsisPlugin.pm | 12 +- src/PVE/Network/SDN/VnetPlugin.pm | 37 ++-- src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 22 +- src/PVE/Network/SDN/Zones/QinQPlugin.pm | 5 +- src/PVE/Network/SDN/Zones/VlanPlugin.pm | 1 + src/PVE/Network/SDN/Zones/VxlanPlugin.pm | 21 +- 12 files changed, 440 insertions(+), 65 deletions(-) Summary over all repositories: 12 files changed, 440 insertions(+), 65 deletions(-) -- Generated by git-murpp 0.8.0 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel