I noticed this when I started having trouble getting my wireless clients to assign themselves DHCP addresses. I have a wireless access point on its own interface that is bridged with LAN. I have a rule for the AP's interface (rl2) to allow everything to everywhere. For some reason, some default rule is blocking the UDP broadcasts for BOOTP/DHCP.
1. 277301 rule 587/0(match): block in on rl2: 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
000289 rule 587/0(match): block in on bridge0: 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
000242 rule 587/0(match): block in on rl2: 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
I can't seem to find a way to disable the blocking. Is this a bug or a newly implemented "feature" in 1.2.1?