<div dir="ltr">I have a yocto-hardknott (systemd v247) embedded system using link local addressing.  Undirected UDP broadcasts (i.e. dest ip = 255.255.255.255) are failing with a 'Network is unreachable' error.  I've been able to fix this with the 'route add' command shown below, but would prefer to automate it with systemd.  Any help is greatly appreciated.<div><br></div><div>This command allows undirected broadcasts:</div><div><br></div><div><div>route add -net 255.255.255.255 netmask 255.255.255.255 dev eth0<br><div><div><br></div><div>systemd configuration:</div><div><br></div><div>[Match]<br>Name=eth0<br>KernelCommandLine=!nfsroot<br><br>[Network]<br>DHCP=ipv4<br>LinkLocalAddressing=ipv4<br><br>[DHCP]<br>ClientIdentifier=mac<br>RouteMetric=10<br></div></div></div></div></div>