]> git.proxmox.com Git - mirror_iproute2.git/blame - README
ll_map: Add function to remove link cache entry by index
[mirror_iproute2.git] / README
CommitLineData
7b032a1f 1This is a set of utilities for Linux networking.
aba5acdf 2
a883dd8b
QM
3Information:
4 https://wiki.linuxfoundation.org/networking/iproute2
5
7b032a1f 6Download:
003f76f0 7 http://www.kernel.org/pub/linux/utils/net/iproute2/
7b032a1f 8
d7843207
QM
9Stable version repository:
10 git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
11
12Development repository:
13 git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
aba5acdf 14
aba5acdf
SH
15How to compile this.
16--------------------
7b032a1f 171. libdbm
aba5acdf 18
3b07981a
BS
19arpd needs to have the berkeleydb development libraries. For Debian
20users this is the package with a name like libdbX.X-dev.
ff777326 21DBM_INCLUDE points to the directory with db_185.h which
6c513a00 22is the include file used by arpd to get to the old format Berkeley
ff777326 23database routines. Often this is in the db-devel package.
aba5acdf
SH
24
252. make
26
5f1df307
SH
27The makefile will automatically build a config.mk file which
28contains definitions of libraries that may or may not be available
29on the system such as: ATM, ELF, MNL, and SELINUX.
aba5acdf
SH
30
313. To make documentation, cd to doc/ directory , then
32 look at start of Makefile and set correct values for
33 PAGESIZE=a4 , ie: a4 , letter ... (string)
34 PAGESPERPAGE=2 , ie: 1 , 2 ... (numeric)
35 and make there. It assumes, that latex, dvips and psnup
36 are in your path.
37
7b032a1f
SH
384. This package includes matching sanitized kernel headers because
39 the build environment may not have up to date versions. See Makefile
40 if you have special requirements and need to point at different
41 kernel include files.
42
ff777326 43Stephen Hemminger
003f76f0 44stephen@networkplumber.org
ff777326 45
aba5acdf
SH
46Alexey Kuznetsov
47kuznet@ms2.inr.ac.ru