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

2017-07-17 Thread Numan Siddique
On Sun, Jul 16, 2017 at 10:23 AM, Numan Siddique wrote: > > > On Sat, Jul 15, 2017 at 3:03 AM, Ben Pfaff wrote: > >> v1->v2: >> * Patches 1 and 2 are new. >> * Patch 3 now formats addresses with scope, instead of just parsing >> them. >> Patch 3

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

2017-07-15 Thread Numan Siddique
On Sat, Jul 15, 2017 at 3:03 AM, Ben Pfaff 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

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

2017-07-14 Thread Ben Pfaff
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