[LXD] BGP address/route advertisement

@stgraber I do have one more question regarding the external routes on a bridged NIC.

With the equivalent settings on an OVN NIC, the external routes are routed in OVN to the specific NIC’s IP using the OVN allocated (or statically defined) IP address on the NIC. These are always available and are statically allocated by OVN, even if not specifically specified by the user.

In comparison the bridged NICs don’t always have an IP allocated, and it can change during the NICs lifetime via DHCP lease changes.

Should we require a force/require a static allocation for NICs using this feature, like we do with IP filtering and proxy NAT mode? So that we have a specific target IP for the host side routes?

Also, are there any considerations regarding fan networks? I think it would be OK as each LXD server will have its own local subnet on the fan that it can advertise independently of the overall fan subnet.