[systemd-devel] how to automate undirected UDP broadcast route for linklocal addresses?

2024-06-10 Thread Bill Plunkett
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

Re: [systemd-devel] how to automate undirected UDP broadcast route for linklocal addresses?

2024-06-25 Thread Bill Plunkett
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'