blob: c7a5118dd6d0704ef9aa405641aa5e4bf9c43d7a [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
Gilles Espinasse4f69c632011-07-10 05:45:37 +000024The makefile will automatically build a Config file which
osdl.net!shemmingerff777322004-06-28 20:37:23 +000025contains whether or not ATM is available, etc.
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000026
273. To make documentation, cd to doc/ directory , then
28 look at start of Makefile and set correct values for
29 PAGESIZE=a4 , ie: a4 , letter ... (string)
30 PAGESPERPAGE=2 , ie: 1 , 2 ... (numeric)
31 and make there. It assumes, that latex, dvips and psnup
32 are in your path.
33
Stephen Hemminger7b032a12011-03-23 12:29:17 -0700344. This package includes matching sanitized kernel headers because
35 the build environment may not have up to date versions. See Makefile
36 if you have special requirements and need to point at different
37 kernel include files.
38
osdl.net!shemmingerff777322004-06-28 20:37:23 +000039Stephen Hemminger
Stephen Hemminger003f76f2013-01-18 09:54:58 -080040stephen@networkplumber.org
osdl.net!shemmingerff777322004-06-28 20:37:23 +000041
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000042Alexey Kuznetsov
43kuznet@ms2.inr.ac.ru