mbox series

[0/2] multipath-tools: allow using a regular Unix socket

Message ID 20250211195202.116307-1-mwilck@suse.com (mailing list archive)
Headers show
Series multipath-tools: allow using a regular Unix socket | expand

Message

Martin Wilck Feb. 11, 2025, 7:52 p.m. UTC
This set is an attempt to fix https://github.com/opensvc/multipath-tools/issues/111

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/mpath_cmd.c                       |  5 +++--
 libmpathcmd/mpath_cmd.h                       |  1 -
 libmpathutil/uxsock.c                         | 21 ++++++++++++++++---
 libmultipath/defaults.h                       |  1 -
 multipathd/Makefile                           |  6 +++---
 ...multipathd.socket => multipathd.socket.in} |  2 +-
 9 files changed, 40 insertions(+), 12 deletions(-)
 rename multipathd/{multipathd.socket => multipathd.socket.in} (87%)