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
// This is to avoid duplicate interfaces in the result
149
-
// which can happen if multiple IPs are assigned to the same interface
150
-
// or if multiple interfaces are assigned to the same pod
149
+
// Deduplication is necessary because there is one podIPInfo entry for each IP family(IPv4 and IPv6), and both may point to the same interface or if multiple interfaces are assigned to the same pod
0 commit comments