Blame README

Packit Service 3880ab
This is a set of utilities for Linux networking.
Packit Service 3880ab
Packit Service 3880ab
Information:
Packit Service 3880ab
    https://wiki.linuxfoundation.org/networking/iproute2
Packit Service 3880ab
Packit Service 3880ab
Download:
Packit Service 3880ab
    http://www.kernel.org/pub/linux/utils/net/iproute2/
Packit Service 3880ab
Packit Service 3880ab
Stable version repository:
Packit Service 3880ab
    git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
Packit Service 3880ab
Packit Service 3880ab
Development repository:
Packit Service 3880ab
    git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
Packit Service 3880ab
Packit Service 3880ab
How to compile this.
Packit Service 3880ab
--------------------
Packit Service 3880ab
1. libdbm
Packit Service 3880ab
Packit Service 3880ab
arpd needs to have the berkeleydb development libraries. For Debian
Packit Service 3880ab
users this is the package with a name like libdbX.X-dev.
Packit Service 3880ab
DBM_INCLUDE points to the directory with db_185.h which
Packit Service 3880ab
is the include file used by arpd to get to the old format Berkeley
Packit Service 3880ab
database routines.  Often this is in the db-devel package.
Packit Service 3880ab
Packit Service 3880ab
2. make
Packit Service 3880ab
Packit Service 3880ab
The makefile will automatically build a config.mk file which
Packit Service 3880ab
contains definitions of libraries that may or may not be available
Packit Service 3880ab
on the system such as: ATM, ELF, MNL, and SELINUX.
Packit Service 3880ab
Packit Bot 867fae
3. include/uapi
Packit Bot 867fae
Packit Bot 867fae
This package includes matching sanitized kernel headers because
Packit Bot 867fae
the build environment may not have up to date versions. See Makefile
Packit Bot 867fae
if you have special requirements and need to point at different
Packit Bot 867fae
kernel include files.
Packit Service 3880ab
Packit Service 3880ab
Stephen Hemminger
Packit Service 3880ab
stephen@networkplumber.org
Packit Service 3880ab
Packit Service 3880ab
Alexey Kuznetsov
Packit Service 3880ab
kuznet@ms2.inr.ac.ru