mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-13 01:31:41 +02:00
when processing on-link routes, the source address was incorrectly set to the first address of the interface. This caused issues when the interface had multiple addresses, as the source address may not have been valid for the route. The source address is now set to an empty string, which allows the kernel to automatically select the appropriate source address for the route. Signed-off-by: Orzelius <33936483+Orzelius@users.noreply.github.com> (cherry picked from commit 3400059ccf4811140a4326397d972f68693c708c)