On Sat, Jul 15, 2017 at 3:03 AM, Ben Pfaff <[email protected]> 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.
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 > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
