[pve-devel] [PATCH network] api: sdn: fix null vmid for tap/veth ports on bridges api call

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Nov 18 15:19:14 CET 2025


On Tue, 18 Nov 2025 14:54:45 +0100, Gabriel Goller wrote:
> When using an interface without a firewall on a VM or container, it
> results in tap<vmid>i<index> or veth<vmid>i<index> bridge ports.
> Previously, a single regex with multiple options caused incorrect
> capture group variables, $1 and $2 would always refer to the first group
> (fwpr) even if we matched on e.g. `veth`. Split into separate matches.
> 
> 
> [...]

Applied, thanks!

[1/1] api: sdn: fix null vmid for tap/veth ports on bridges api call
      commit: adcebdefd834b79ad69b3701776f2d4cc2501bf4




More information about the pve-devel mailing list