Fixes #7592 The problem was a mismatch between a "primary key" (ID) of the `RouteSpec` and the way routes are looked up in the kernel - with two idential routes but different priority Talos would end up in an infinite loop fighting to remove and re-add back same route, as priority never matches. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>