m-lab / traceroute-caller

A sidecar service which runs traceroute after a connection closes
Apache License 2.0
18 stars 5 forks source link

ss + scamper-backup option are incompatible #67

Open pboothe opened 4 years ago

pboothe commented 4 years ago

IP addresses gotten from connectionpoller don't serialize to strings for use on the command-line in the same way that IP addresses from connectionlistener do when used in https://github.com/m-lab/traceroute-caller/blob/master/tracer/scamper.go#L101 . We should fix the line in scamper.go or fix connectionpoller or both.

yachang commented 4 years ago

those IPv4 address in format of "::ffff" need extra handling in Connection Poller IPParse func