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 Service 3880ab
3. To make documentation, cd to doc/ directory , then
Packit Service 3880ab
   look at start of Makefile and set correct values for
Packit Service 3880ab
   PAGESIZE=a4		, ie: a4 , letter ...	(string)
Packit Service 3880ab
   PAGESPERPAGE=2	, ie: 1 , 2 ...		(numeric)
Packit Service 3880ab
   and make there. It assumes, that latex, dvips and psnup
Packit Service 3880ab
   are in your path.
Packit Service 3880ab
Packit Service 3880ab
4. This package includes matching sanitized kernel headers because
Packit Service 3880ab
   the build environment may not have up to date versions. See Makefile
Packit Service 3880ab
   if you have special requirements and need to point at different
Packit Service 3880ab
   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