blob: 386fbaf6cf7da63f53c2ebb9fa7c4312f246a80c [file] [log] [blame]
Stephen Hemminger7b032a12011-03-23 12:29:17 -07001This is a set of utilities for Linux networking.
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +00002
Stephen Hemminger7b032a12011-03-23 12:29:17 -07003Information:
4 http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
5
6Download:
Stephen Hemminger003f76f2013-01-18 09:54:58 -08007 http://www.kernel.org/pub/linux/utils/net/iproute2/
Stephen Hemminger7b032a12011-03-23 12:29:17 -07008
9Repository:
10 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000011
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000012How to compile this.
13--------------------
Stephen Hemminger7b032a12011-03-23 12:29:17 -0700141. libdbm
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000015
Stephen Hemminger6c513a02012-01-03 15:04:55 -080016arpd needs to have the db4 development libraries. For Debian
jamala377edc2006-12-07 11:08:19 -050017users this is the package with a name like libdb4.x-dev.
osdl.net!shemmingerff777322004-06-28 20:37:23 +000018DBM_INCLUDE points to the directory with db_185.h which
Stephen Hemminger6c513a02012-01-03 15:04:55 -080019is the include file used by arpd to get to the old format Berkeley
osdl.net!shemmingerff777322004-06-28 20:37:23 +000020database routines. Often this is in the db-devel package.
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000021
222. make
23
Stephen Hemminger5f1df302017-08-10 17:05:03 -070024The makefile will automatically build a config.mk file which
25contains definitions of libraries that may or may not be available
26on the system such as: ATM, ELF, MNL, and SELINUX.
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000027
283. To make documentation, cd to doc/ directory , then
29 look at start of Makefile and set correct values for
30 PAGESIZE=a4 , ie: a4 , letter ... (string)
31 PAGESPERPAGE=2 , ie: 1 , 2 ... (numeric)
32 and make there. It assumes, that latex, dvips and psnup
33 are in your path.
34
Stephen Hemminger7b032a12011-03-23 12:29:17 -0700354. This package includes matching sanitized kernel headers because
36 the build environment may not have up to date versions. See Makefile
37 if you have special requirements and need to point at different
38 kernel include files.
39
osdl.net!shemmingerff777322004-06-28 20:37:23 +000040Stephen Hemminger
Stephen Hemminger003f76f2013-01-18 09:54:58 -080041stephen@networkplumber.org
osdl.net!shemmingerff777322004-06-28 20:37:23 +000042
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000043Alexey Kuznetsov
44kuznet@ms2.inr.ac.ru