File: README

package info (click to toggle)
ipvsadm 1%3A1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 472 kB
  • sloc: ansic: 3,730; sh: 288; makefile: 135
file content (66 lines) | stat: -rw-r--r-- 2,307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
--------------------------------------------------------------------------

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.

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