Setting up OVN network uplink with vlan id on "bridged" network

Hi,

It seems to me that it is currently not possible to specify a VLAN ID to use when the uplink is not “physical” (the VLAN concept being at the uplink network level). Is that correct (I took a quick look at the code) ?
I would like to simplify our configuration and avoid having to configure too many things outside of Incus. We currently use an unmanaged native bridge that carries access to the physical network. This bridge hosts some instances that are directly connected to certain VLANs, but also the uplinks of the OVN networks.

Physical can be used with bridges.

That is, you can create a managed physical type network in Incus with the parent being a bridge and Incus will generally treat that as if it was added as a bridge.

Thanks Stéphane,

I already use a physical uplink with parent as an unmanaged bridge but I didn’t think that the parent could be a managed bridge. Could this cause problems during initialization depending on the order in which the networks are activated ?