perfsonar / owamp

A tool for performing one-way or two-way active measurements
Apache License 2.0
70 stars 30 forks source link

owamp doesn't work with link-local addresses #6

Closed arlake228 closed 5 years ago

arlake228 commented 9 years ago

From @arlake228 on March 14, 2015 12:52

Original issue 1070 created by arlake228 on 2015-01-31T10:56:52.000Z:

What steps will reproduce the problem?

  1. owping <IPv6LLAddrOfOwampd>
  2. When a client requests an IPv6 link-local address to be used for a test session endpoint, the bind to the address fails since a scope isn't provided and a link-local address isn't valid without a scope indicating which link (interface) it applies to.

What is the expected output? What do you see instead? Expect the owping to connect, successfully run and provide a summary of results.

What version of the product are you using? On what operating system? 3.4-10

Please provide any additional information below.

Fix proposed here: https://code.google.com/r/robertshearman-owamp/source/detail?r=19a405f6fc385fe5132be3bf0043a9cd5efec6e6&amp;name=v6-link-local

Copied from original issue: perfsonar/project#1068

vvidic commented 5 years ago

It seems this was fixed some time ago.