This set is an attempt to fix 
https://github.com/opensvc/multipath-tools/issues/111

Changes v1 -> v2:

- Introduced the mpath_fill_sockaddr() helper to cleanup struct sockaddr_un 
handling,
in response to comments from Ben Marzinski on GitHub.
- Fixed double remove of multipathd.socket during "make clean" (Ben).

Martin Wilck (2):
  multipath-tools: move DEFAULT_SOCKET definition into Makefile.inc
  multipath-tools: allow using a regular Unix socket for multipathd

 .gitignore                                    |  1 +
 Makefile.inc                                  | 11 +++++++-
 README.md                                     |  4 +++
 libmpathcmd/libmpathcmd.version               |  5 ++++
 libmpathcmd/mpath_cmd.c                       | 27 +++++++++++++------
 libmpathcmd/mpath_cmd.h                       |  7 ++++-
 libmpathutil/uxsock.c                         | 24 ++++++++++-------
 libmultipath/defaults.h                       |  1 -
 multipathd/Makefile                           |  7 +++--
 ...multipathd.socket => multipathd.socket.in} |  2 +-
 10 files changed, 64 insertions(+), 25 deletions(-)
 rename multipathd/{multipathd.socket => multipathd.socket.in} (87%)

-- 
2.48.1


Reply via email to