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 28A631FF16B for ; Tue, 15 Jul 2025 11:07:07 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 111ED36C16; Tue, 15 Jul 2025 11:07:54 +0200 (CEST) From: Dominik Csapak To: pve-devel@lists.proxmox.com Date: Tue, 15 Jul 2025 11:07:47 +0200 Message-Id: <20250715090749.1608768-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.020 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 RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 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 0.001 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 0.001 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com, network.pm] Subject: [pve-devel] [PATCH manager/widget-toolkit v2 0/2] show altenative interface names in the web ui 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 series goes on top of Stefan Hahnreich's last series[0], but it seems there is still some things missing from INotify (to e.g. set the altnames via the api), so maybe the helper I introduce in the pve-manager patch will be unnecessary, depending if parsing the interfaces file will already return the altnames. Note that the pve-manager patch depends on the widget-toolkit patch changes from v1: * show correct alternatives for ifaces with an altname in the iface stanza * sort altnames 0: https://lore.proxmox.com/pve-devel/20250709194526.560709-2-s.hanreich@proxmox.com/ proxmox-widget-toolkit: Dominik Csapak (1): network: optionally show alternative interface names src/node/NetworkEdit.js | 19 +++++++++++++++++++ src/node/NetworkView.js | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) pve-manager: Dominik Csapak (1): api/ui: show/return alternative interface names PVE/API2/Network.pm | 41 +++++++++++++++++++++++++++++++++++-- www/manager6/node/Config.js | 1 + 2 files changed, 40 insertions(+), 2 deletions(-) Summary over all repositories: 4 files changed, 79 insertions(+), 2 deletions(-) -- Generated by git-murpp 0.8.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel