[ovs-dev] [PATCH v2 0/3] Support IPv6 link-local address scopes on Linux

Numan Siddique nusiddiq at redhat.com
Mon Jul 17 11:36:25 UTC 2017


On Sun, Jul 16, 2017 at 10:23 AM, Numan Siddique <nusiddiq at redhat.com>
wrote:

>
>
> On Sat, Jul 15, 2017 at 3:03 AM, Ben Pfaff <blp at ovn.org> wrote:
>
>> v1->v2:
>>   * Patches 1 and 2 are new.
>>   * Patch 3 now formats addresses with scope, instead of just parsing
>> them.
>>     Patch 3 accepts ifindexes instead of just interface names.
>>
>> Ben Pfaff (3):
>>   stream: Make [p]stream_init() take ownership of 'name' parameter.
>>   socket-util: Change ss_format_address() to take a dynamic string.
>>   Support IPv6 link-local address scopes on Linux.
>>
>>
> This feature is interesting to me. I will test it out and give an attempt
> to review it.
>
>

Tested-by: Numan Siddique <nusiddiq at redhat.com>
Acked-by: Numan Siddique <nusiddiq at redhat.com>


Ack for the entire patch series. Tested the combinations like
"--remote=ptcp:6641:[fe80::30a3:258f:efdd:8af3%2]",
 --remote=ptcp:6651:[fe80::30a3:258f:efdd:8af3%enp0s25]", "ovn-nbctl
set-connection ptcp:6641:[e80::30a3:258f:efdd:8af3%2]" and worked perfectly
as expected.


Thanks
Numan



> Thanks
> Numan
>
>
>
>>  NEWS                     |   2 +
>>  configure.ac             |   3 ++
>>  lib/socket-util.c        | 101 ++++++++++++++++++++++++++++++
>> +++--------------
>>  lib/socket-util.h        |   6 +--
>>  lib/stream-fd.c          |   8 +++-
>>  lib/stream-fd.h          |   4 +-
>>  lib/stream-provider.h    |   4 +-
>>  lib/stream-ssl.c         |  30 +++++++-------
>>  lib/stream-tcp.c         |  37 ++++++++---------
>>  lib/stream-unix.c        |  17 ++++----
>>  lib/stream-windows.c     |   6 +--
>>  lib/stream.c             |  11 +++---
>>  lib/vconn-active.man     |   7 +++-
>>  lib/vconn-passive.man    |  10 +++--
>>  ovsdb/remote-active.man  |  20 +++++-----
>>  ovsdb/remote-passive.man |  29 ++++++--------
>>  16 files changed, 170 insertions(+), 125 deletions(-)
>>
>> --
>> 2.10.2
>>
>> _______________________________________________
>> dev mailing list
>> dev at openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>>
>
>


More information about the dev mailing list