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
w
RouteMetric=10
On Mon, Jun 10, 2024 at 1:52 PM Bill Plunkett wrote:
> 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'