1This is a set of utilities for Linux networking. 2 3Information: 4 https://wiki.linuxfoundation.org/networking/iproute2 5 6Download: 7 http://www.kernel.org/pub/linux/utils/net/iproute2/ 8 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 14 15How to compile this. 16-------------------- 171. libdbm 18 19arpd needs to have the berkeleydb development libraries. For Debian 20users this is the package with a name like libdbX.X-dev. 21DBM_INCLUDE points to the directory with db_185.h which 22is the include file used by arpd to get to the old format Berkeley 23database routines. Often this is in the db-devel package. 24 252. make 26 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. 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 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 43Stephen Hemminger 44stephen@networkplumber.org 45 46Alexey Kuznetsov 47kuznet@ms2.inr.ac.ru 48