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
appnet: filter duplicate paths in QueryPaths (#161)
Filter paths with identical sequence of interfaces. These duplicates
occur because sciond may return the same "effective" path with different
short-cut "upstream" parts. We don't need these duplicates, they are
identical for our purposes; we simply pick the one with latest expiry.
See also discussion in scionproto/scion#2445 (currently not merged).
0 commit comments