[pve-devel] applied: [PATCH network] fix #6806: sdn: allow nic* and if* interfaces as bridge ports

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Sep 16 12:10:02 CEST 2025


On Mon, 15 Sep 2025 10:47:59 +0200, Gabriel Goller wrote:
> When creating a vlan zone and vnet, we get all the bridge interfaces
> (slaves) and add them to the new vlan bridge. We get all the bridge
> interfaces using `/sys/class/net` and then filter them using a regex.
> This regex was missing the new `if` and `nic` prefixes which were
> introduced with the pve-network-interface-pinning tool.
> 
> This is more of a stop-gap, we can probably remove the regex completely
> as I don't see any reason to filter by "physical" interfaces here. If
> there is a need, we can still run `ip link` and check the attributes
> with `PVE::Network::ip_link_is_physical`.
> 
> [...]

Applied, thanks!

[1/1] fix #6806: sdn: allow nic* and if* interfaces as bridge ports
      commit: 4f19480b04315afb5dc23e0130463acaea35db18




More information about the pve-devel mailing list