VLAN and untagged on the same interface in container

Hello.
When I write in Yaml like this:
eth0:
network: lan
type: nic
I receive untagged traffic into the container, but I can’t receive tagged vlan traffic or tag it.

When I write in Yaml like this:
eth1:
network: vps_lan
type: nic
vlan.tagged: 1-255
I can receive tagged traffic into the container and tag it, but I can’t receive untagged traffic.

But I can’t pass an interface to the container so that it receives both tagged and untagged traffic. How can I solve this problem? This is a managed and created incus bridge.