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
The definition of duplicate paths has changed slightly following the new data-plane path format, but #3930 should now eliminate duplicates. Closing this, but feel free to reopen if there are still some duplicates causing issues.
Path filtering issue in path combinator:
Multiple identical paths (same interfaces) are returned by sciond.
How to reproduce:
Used topology: modified Tiny.topo, add an intermediate AS with redundant links.
showpaths output:
ubuntu@ubuntu-xenial:~/go/src/github.com/scionproto/scion$ $SC/bin/showpaths -srcIA 1-ff00:0:112 -sciond /run/shm/sciond/sd1-ff00_0_112.sock -dstIA 1-ff00:0:113 Available paths to 1-ff00:0:113 [ 0] Hops: [1-ff00:0:112 1>2 1-ff00:0:111 3>1 1-ff00:0:113] Mtu: 1472 [ 1] Hops: [1-ff00:0:112 1>2 1-ff00:0:111 3>1 1-ff00:0:113] Mtu: 1472 [ 2] Hops: [1-ff00:0:112 1>2 1-ff00:0:111 3>1 1-ff00:0:113] Mtu: 1472 [ 3] Hops: [1-ff00:0:112 1>2 1-ff00:0:111 3>1 1-ff00:0:113] Mtu: 1472
expected showpaths output:
ubuntu@ubuntu-xenial:~/go/src/github.com/scionproto/scion$ $SC/bin/showpaths -srcIA 1-ff00:0:112 -sciond /run/shm/sciond/sd1-ff00_0_112.sock -dstIA 1-ff00:0:113 Available paths to 1-ff00:0:113 [ 0] Hops: [1-ff00:0:112 1>2 1-ff00:0:111 3>1 1-ff00:0:113] Mtu: 1472
The text was updated successfully, but these errors were encountered: