Can I manually create incusbr0?

What needs to be done to get the incusbr0 interface in place on the host machine?

I did have a mess getting things running where I ran sudo incus admin init and although LXD was previously installed, I didn’t have anything I cared to save so didn’t migrate, but not sure I messed something up. I then tried again by adding the --minimal flag after I got my kernel fixed.

Right now I’m just trying to get a VM to access the internet. My profile looks like …

config:
description: My Node Profile
devices:
  eth0:
    name: eth0
    nictype: bridged
    network: br0
    type: nic
  root:
    path: /
    pool: default
    type: disk
name: p-my-node
used_by:

And my interfaces are …

$ ifconfig
br0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST>  mtu 1500
        inet 192.168.10.10  netmask 255.255.255.0  broadcast 192.168.10.255
        inet6 fe80::cde:ceff:xxxx:xxxx  prefixlen 64  scopeid 0x20<link>
        inet6 fdca:57b1:ab19:0:cde:ceff:fe26:7706  prefixlen 64  scopeid 0x0<global>
        ether 0e:de:ce:26:77:06  txqueuelen 1000  (Ethernet)
        RX packets 26304  bytes 21190765 (20.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 22184  bytes 3232430 (3.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.10.118  netmask 255.255.255.0  broadcast 192.168.10.255
        inet6 fdca:57b1:xxxx::xxx  prefixlen 128  scopeid 0x0<global>
        inet6 fe80::41e3:3d78:xxxx:xxxx  prefixlen 64  scopeid 0x20<link>
        inet6 fdca:57b1:ab19:0:d0c2:xxxx:xxxx:xxxx  prefixlen 64  scopeid 0x0<global>
        ether c8:7f:54:04:xx:xx  txqueuelen 1000  (Ethernet)
        RX packets 26893  bytes 21599990 (20.5 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 22484  bytes 3259358 (3.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 16  bytes 1792 (1.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16  bytes 1792 (1.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

tap0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 5e:91:d1:5b:a9:73  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

tap1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 36:1e:f6:54:81:43  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

To create incusbr0 you can just do incus network create incusbr0