I tried to set:
lxc network set lxdbr0 raw.dnsmasq=“dhcp-hostsfile=/var/lib/snapd/hostfs/etc/hosts.dnsmasq”
or
lxc network set lxdbr0 raw.dnsmasq=“dhcp-host=11:22:33:44:55:66,hostname,nn.nn.nn.nn”
The container using dhcp with the correct mac address never get the IP.
What I am missing here?