From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 2A23290CA2 for ; Mon, 5 Sep 2022 13:12:25 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1FB6C1BE1E for ; Mon, 5 Sep 2022 13:12:25 +0200 (CEST) Received: from voidstar.local (unknown [IPv6:2606:6240:dead:beef:b00b:b00b:face:babe]) by firstgate.proxmox.com (Proxmox) with ESMTP for ; Mon, 5 Sep 2022 13:12:24 +0200 (CEST) Received: by voidstar.local (Postfix, from userid 501) id 824CB9E6874; Mon, 5 Sep 2022 04:12:15 -0700 (PDT) From: Thomas Crummett To: pve-devel@lists.proxmox.com Cc: Thomas Crummett Date: Mon, 5 Sep 2022 04:11:49 -0700 Message-Id: <20220905111150.10440-1-thomas@crummett.us> X-Mailer: git-send-email 2.32.0 (Apple Git-132) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 2 BAYES_05 -0.5 Bayes spam probability is 1 to 5% HEADER_FROM_DIFFERENT_DOMAINS 0.25 From and EnvelopeFrom 2nd level mail domains are different KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_INFOUSMEBIZ 0.75 Prevalent use of .info|.us|.me|.me.uk|.biz|xyz|id|rocks|life domains in spam/malware KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods NO_DNS_FOR_FROM 0.001 Envelope sender has no MX or A DNS records 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 T_SCC_BODY_TEXT_LINE -0.01 - X-Mailman-Approved-At: Mon, 05 Sep 2022 13:21:36 +0200 Subject: [pve-devel] [PATCH pve-manager 0/1] Add MTU to NetworkEdit 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: , X-List-Received-Date: Mon, 05 Sep 2022 11:12:25 -0000 MTU is used in several locations within code, but there is no form in the interface to edit the value. There should be a form to edit MTU. Thomas Crummett (1): Adds MTU to NetworkEdit www/manager6/qemu/NetworkEdit.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- 2.32.0 (Apple Git-132)