Containers using lxdbr0 no longer receive ipv4 addresses

Greetings:

I am not sure when or why this has happened, but any lxc that utilizes lxdbr0 no longer receive ipv4 addresses. Here is the config for a relevant container:

Name: internet
Status: RUNNING
Type: container
Architecture: x86_64
PID: 3205820
Created: 2022/10/23 17:13 EDT
Last Used: 2023/06/21 14:42 EDT

Resources:
  Processes: 108
  Disk usage:
    root: 11.74GiB
  CPU usage:
    CPU usage (in seconds): 13
  Memory usage:
    Memory (current): 532.61MiB
    Swap (current): 32.00KiB
  Network usage:
    lo:
      Type: loopback
      State: UP
      MTU: 65536
      Bytes received: 3.08kB
      Bytes sent: 3.08kB
      Packets received: 30
      Packets sent: 30
      IP addresses:
        inet:  127.0.0.1/8 (local)
        inet6: ::1/128 (local)
    eth0:
      Type: broadcast
      State: UP
      Host interface: veth234a3465
      MAC address: 00:16:3e:13:1c:f4
      MTU: 1500
      Bytes received: 11.90kB
      Bytes sent: 12.28kB
      Packets received: 80
      Packets sent: 92
      IP addresses:
        inet6: fd42:248c:b6e4:e4ac:216:3eff:fe13:1cf4/64 (global)
        inet6: fe80::216:3eff:fe13:1cf4/64 (link)

Relevant UFW config is as follows:

Anywhere on lxdbr0         ALLOW FWD   Anywhere                  
Anywhere                   ALLOW FWD   Anywhere on lxdbr0
Anywhere (v6) on lxdbr0    ALLOW FWD   Anywhere (v6)
Anywhere (v6)              ALLOW FWD   Anywhere (v6) on lxdbr0
Anywhere on lxdbr0         ALLOW IN    Anywhere
Anywhere (v6) on lxdbr0    ALLOW IN    Anywhere
Anywhere                   ALLOW OUT   Anywhere on lxdbr0        
Anywhere (v6)              ALLOW OUT   Anywhere (v6) on lxdbr0 (v6)

Any suggestions?

Did our docs on firewall and docker common issues solve the problem?

https://linuxcontainers.org/lxd/docs/latest/howto/network_bridge_firewalld/