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

Ben Pfaff blp at ovn.org
Fri Jul 14 21:33:43 UTC 2017


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.

 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



More information about the dev mailing list