I want containers using my existing bridge (is the same of lan) br0
I made this
sudo incus network create external --type=physical parent=br0
then
su - unprivileged
vim br.yaml
config: {}description: Bridged profiledevices:eth0:name: eth0network: externaltype: nic
incus profile create bridged < br.yaml works
but…
incus profile assign node2 bridged
Error: Failed checking if instance update allowed: Invalid device “eth0” on container “node2” of project “user-1001”: Network not allowed in project
Any idea?