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
fix: Scope default gateway detection to main routing table
The `getDefaultGwInterfaces` function previously filtered routes from all
routing tables. This caused interfaces to be incorrectly identified as
default gateways and excluded from the ResourceSlice if they had a
default route in ANY table, even non-main ones.
0 commit comments