Multiple IP subnets per bridge network?

For the bridge network, there is the following configuration field for setting IPv4 address: ipv4.address

What is the best approache to add multiple IP subnets per bridge network?

Hmm, this is not currently supported. In most cases you should be able to deal with a larger subnet instead, but if you want multiple subnets, then you’d need to request that at Issues · lxc/incus · GitHub

Note that it may be a bit tricky for us to implement that consistently across bridge and OVN networking due to the impact on firewall rules, ACLs, … so not a trivial feature addition :slight_smile: