You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we normalize the route with e.g. IPv6 all addresses (`::/0`), we
were wiping the family information. Keep the information, and also fix
the scope for such routes.
Fixessiderolabs#9624
Signed-off-by: Andrey Smirnov <[email protected]>
When we normalize the route with e.g. IPv6 all addresses (`::/0`), we
were wiping the family information. Keep the information, and also fix
the scope for such routes.
Fixessiderolabs#9624
Signed-off-by: Andrey Smirnov <[email protected]>
When we normalize the route with e.g. IPv6 all addresses (`::/0`), we
were wiping the family information. Keep the information, and also fix
the scope for such routes.
Fixessiderolabs#9624
Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 74b0e8c)
Bug Report
Description
When adding a static route to the interface eth0 for
::/0
,talosctl get routes
unexpectedly reports an IPv4 routeThe configuration added looks as follows:
talosctl get routes
for the specified route returns:Logs
Environment
The text was updated successfully, but these errors were encountered: