All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ipvsadm v3 0/5] Debian package fixes
@ 2025-01-15 18:33 Jeremy Sowden
  2025-01-15 18:33 ` [PATCH ipvsadm v3 1/5] ipvsadm: increase maximum weight value Jeremy Sowden
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Jeremy Sowden @ 2025-01-15 18:33 UTC (permalink / raw)
  To: LVS Devel

The Debian package of ipvsadm carries a few patches.  Some of them have
been around for years.  None of them is specific to Debian, so I'm
forwarding them upstream.

Patch 1 bumps the maximum weight accepted by ipvsadm.
Patch 2 fixes an unclear usage error message.
Patches 3-5 make some improvements to the Makefiles.

Changes since v2:

* Reformat the commit messages of patches 1, 2 & 5 according to the
  kernel's preferred patch format.

Changes since v1:

* The previous version of patch 2 changed the logic of the option parsing
  in such a way that using `-M` after `-6` no longer worked correctly.
  Thisversion just rewords the error message.

Jeremy Sowden (5):
  ipvsadm: increase maximum weight value
  ipvsadm: fix ambiguous usage error message
  Use variable for pkg-config in Makefiles
  Support environmental and command-line `*FLAGS` variable in Makefiles
  Make sure libipvs.a is built before ipvsadm

 Makefile         | 19 +++++++++++--------
 ipvsadm.8        |  2 +-
 ipvsadm.c        |  4 ++--
 libipvs/Makefile | 29 +++++++++++++++--------------
 4 files changed, 29 insertions(+), 25 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-01-18  8:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 18:33 [PATCH ipvsadm v3 0/5] Debian package fixes Jeremy Sowden
2025-01-15 18:33 ` [PATCH ipvsadm v3 1/5] ipvsadm: increase maximum weight value Jeremy Sowden
2025-01-15 18:33 ` [PATCH ipvsadm v3 2/5] ipvsadm: fix ambiguous usage error message Jeremy Sowden
2025-01-15 18:33 ` [PATCH ipvsadm v3 3/5] Use variable for pkg-config in Makefiles Jeremy Sowden
2025-01-15 18:33 ` [PATCH ipvsadm v3 4/5] Support environmental and command-line `*FLAGS` variable " Jeremy Sowden
2025-01-15 18:33 ` [PATCH ipvsadm v3 5/5] Make sure libipvs.a is built before ipvsadm Jeremy Sowden
2025-01-16 18:44 ` [PATCH ipvsadm v3 0/5] Debian package fixes Julian Anastasov
2025-01-18  8:52   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.