The reason is that DHCP routes are not re-generated during FRR render as long as there is no `protocols static` entry in the configuration at all.
Workaround:
`set protocols static route 169.254.0.0/16 blackhole`
Add a blackhole route for the APIPA IP prefix which is only used for IPv4 link local addresses.