pub/scm/utils/kernel/ipvsadm/ipvsadm.git  about / heads / tags
ipvsadm development tree
$ git log --pretty=format:'%h %s (%cs)%d'
3c9cdae Make sure libipvs.a is built before ipvsadm (2025-01-18)
	(HEAD -> master, main)
98d83ba Support environmental and command-line `*FLAGS` variable in Makefiles (2025-01-18)
0d5e6cd Use variable for pkg-config in Makefiles (2025-01-18)
fd18362 ipvsadm: fix ambiguous usage error message (2025-01-18)
78b7869 ipvsadm: increase maximum weight value (2025-01-18)
e61c8cd ipvsadm: fix wrong (negative) FWMARK values in output (2020-03-20)
a0e3834 Release: Version 1.31 (2019-12-24)
	(tag: v1.31)
e904a8c In ipvsadm(8) add using nft or an eBPF program to set a packet mark (2019-12-05)
0893877 Add --pe sip option in ipvsadm(8) man page (2019-12-05)
4a72198 ipvsadm: allow tunneling with gre encapsulation (2019-07-02)
...

$ git cat-file blob HEAD:README
--------------------------------------------------------------------------

ipvsadm

This is free software.  See below for details.

ipvsadm is a utility to administer the IP Virtual Server (IPVS)
services offered by the Linux kernel with IPVS support to create a
wide range of load-balancer setups.

Check out the Linux Virtual Server Project home page on the
World Wide Web:
	http://www.LinuxVirtualServer.org/
	or
	http://www.Linux-VS.org/
for the most recent information about ipvsadm.

Releases can be downloaded from:
 https://kernel.org/pub/linux/utils/kernel/ipvsadm/

The source code is available via git from kernel.org:
 https://git.kernel.org/cgit/utils/kernel/ipvsadm/ipvsadm.git
 git://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git

A wikipage is available at:
 http://kb.linuxvirtualserver.org/wiki/Main_Page

To make, make sure your Linux kernel is compiled with IPVS, e.g. by invoking
"make menuconfig" or "make xconfig" to setup the right compiling options, 
see the README of the virtual server patch for detail, then simply type
	make
in the source directory.

Install to your liking.  We suggest the following pathnames:
	/sbin/ipvsadm
	/sbin/ipvsadm-save
	/sbin/ipvsadm-restore
	/usr/man/man8/ipvsadm.8
	/usr/man/man8/ipvsadm-save.8
	/usr/man/man8/ipvsadm-restore.8
	/etc/rc.d/init.d/ipvsadm
This will be done automatically when calling
	make install
in the source directory.


Wensong Zhang <wensong@linuxvirtualserver.org>
Jesper Dangaard Brouer <brouer@redhat.com>

--------------------------------------------------------------------------

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

--------------------------------------------------------------------

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  main         Make sure libipvs.a is built before ipvsadm (2025-01-18)
* master       Make sure libipvs.a is built before ipvsadm (2025-01-18)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v1.31        Release: Version 1.31 (2019-12-24) tar.gz
v1.30        Tagging release of ipvsadm v1.30 (2019-07-02) tar.gz
v1.29        Tagging release of ipvsadm v1.29 (2016-12-23) tar.gz
v1.28        Tagging release of ipvsadm v1.28 (2015-02-09) tar.gz
v1.27        Tagging release of ipvsadm v1.27 (2013-09-06) tar.gz
v1.26        Add PERSISTENCE_ENGINES (2013-05-22) tar.gz
v1.24        More files from ipvsadm-1.24 (2013-05-22) tar.gz
v1.25        update the version number 1.25 (2013-05-22) tar.gz
v1.12        ipvsadm v1.12 release (2013-05-22) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
         53 lvs-devel
          8 netdev
          7 netfilter-devel
          5 netfilter
          4 lkml
          3 u-boot
          2 qemu-devel
          2 linux-devicetree
          1 linux-samsung-soc
          1 linux-wireless
          1 linux-mtd
          1 linux-riscv
          1 bpf
          1 linux-arm-msm
          1 linux-mm
          1 linux-media
          1 xen-devel
          1 stable
          1 linux-arm-kernel
          1 dpdk-dev
          1 linuxppc-dev
          1 linux-doc
          1 git
          1 amd-gfx
          1 dri-devel
          1 linux-audit
          1 linux-remoteproc
          1 virtualization
          1 linux-arch
          1 buildroot
          1 iwd
          1 openembedded-core
          1 linux-um

git clone https://yhbt.net/lore/pub/scm/utils/kernel/ipvsadm/ipvsadm.git