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. include/uapi 32 33This package includes matching sanitized kernel headers because 34the build environment may not have up to date versions. See Makefile 35if you have special requirements and need to point at different 36kernel include files. 37 38Stephen Hemminger 39stephen@networkplumber.org 40 41Alexey Kuznetsov 42kuznet@ms2.inr.ac.ru 43