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 AF1661FF179 for ; Wed, 10 Dec 2025 20:28:08 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3830F3FD8; Wed, 10 Dec 2025 20:28:47 +0100 (CET) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Stefan Hanreich Date: Wed, 10 Dec 2025 20:28:39 +0100 Message-Id: <176539489167.1475167.7005677720665606431.b4-ty@proxmox.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20251210184247.448937-2-s.hanreich@proxmox.com> References: <20251210184247.448937-1-s.hanreich@proxmox.com> <20251210184247.448937-2-s.hanreich@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1765394916711 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.021 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: [pve-devel] applied: [PATCH pve-common 1/1] fix #7118: fix bridge port detection when plugging netdev with vlan 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" On Wed, 10 Dec 2025 19:42:43 +0100, Stefan Hanreich wrote: > When tagging a network device with a VLAN tag, tap_plug checks if the > bridge is vlan-aware and, if it isn't, creates a VLAN subinterface and > a respective bridge for that VLAN for the physical interfaces that are > enslaved on the bridge. The detection of physical interfaces relied on > a regex that only allowed certain prefixes. Since the introduction of > network-interface-pinning, the rules for network interface naming have > been changed, and physical network interfaces are not restricted to > certain prefixes anymore. Therefore, use the newly provided helper > from IPRoute2 that uses `ip link` to obtain the physical bridge ports, > instead of a regex. > > [...] Applied, thanks! [1/1] fix #7118: fix bridge port detection when plugging netdev with vlan commit: c255d4685369ade4a969aabad26af009fcbe6698 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel