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
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to