converted one of my smaller lxc containers as a trial, the conversion was successful but it seems that even though --debug included the static lxc.net.0.ipv4.address it wasn’t included in the new incus container, despite incus being configured to use the same bridge.
Is this expected?
Used lxc-to-incus --containers comp --storage default.
Hmm, yeah, looking at the logic, it won’t fail on a lxc.net.X. config key but it also won’t try to convert it as there is no real equivalent.
lxc.net.X.ipv4.address isn’t the same as ipv4.address in Incus, the former pre-configures the network namespace with the address, the latter sets a static DHCP entry.
If you rely on the former for some reason, then you may need to set up a routed NIC under Incus or keep that container under LXC.