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 654DB1FF15C for ; Fri, 22 Aug 2025 14:28:05 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A6FE1F83A; Fri, 22 Aug 2025 14:28:02 +0200 (CEST) From: Christoph Heiss To: pve-devel@lists.proxmox.com Date: Fri, 22 Aug 2025 14:27:47 +0200 Message-ID: <20250822122754.842281-1-c.heiss@proxmox.com> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1755865676710 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.037 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_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] Subject: [pve-devel] [PATCH ifupdown2 0/5] d/patches: improve altname support 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" Another round of some fixups and improvements to altname support. First off, amend the initial support patch to add translation to some more places, especially around sysfs access - as that always requires the primary interface name. Next, replace quite a few sysfs usages with netlink, making it more robust and adding support for altnames directly, as netlink does it also transparently under the hood. Failing to set the MTU with altnames was originally reported on the community forum [0], which in turn also led me to the ifalias change. [0] https://forum.proxmox.com/threads/wrong-mtu-after-upgrade-to-9.169887/ Testing ======= These two changes can be easily tested by adding e.g. mtu 9000 alias foobar to a stanza for an interface under its altname, afterwards checking with `ip link show ` for the MTU and alias. Diffstat ======== Christoph Heiss (5): d/patches: altname support: add translation in some more places d/patches: set interface mtu through netlink instead of sysfs d/patches: set interface alias through netlink instead of sysfs d/patches: ipv6 slaac: properly decode IPv6 devconf attributes d/patches: read ipv6 devconf `disable_ipv6` attribute through netlink ...-add-transparent-support-interface-a.patch | 246 +++++++++++++- ...et-interface-mtu-through-netlink-ins.patch | 318 ++++++++++++++++++ ...et-interface-alias-through-netlink-i.patch | 130 +++++++ ...pv6-devconf-disable_ipv6-attribute-t.patch | 102 ++++++ debian/patches/series | 5 +- ...ac-support-inet6-auto-and-accept_ra.patch} | 140 ++++++-- 6 files changed, 899 insertions(+), 42 deletions(-) create mode 100644 debian/patches/pve/0012-addons-nlcache-set-interface-mtu-through-netlink-ins.patch create mode 100644 debian/patches/pve/0013-addons-nlcache-set-interface-alias-through-netlink-i.patch create mode 100644 debian/patches/pve/0014-nlmanager-read-ipv6-devconf-disable_ipv6-attribute-t.patch rename debian/patches/upstream/{0001-add-ipv6-slaac-support-inet6-auto-accept_ra.patch => 0001-add-ipv6-slaac-support-inet6-auto-and-accept_ra.patch} (82%) -- 2.50.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel