1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
bash-completion Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bridge Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
devlink Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
doc/actions Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
etc/iproute2 Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
examples Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
genl Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
include Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ip Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
lib Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
man Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
misc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
netem Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
rdma Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
schema Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
tc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
testsuite Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
tipc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
COPYING Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CleanSpec.mk Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
METADATA Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
MODULE_LICENSE_GPL Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
NOTICE Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
OWNERS Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.decnet Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.devel Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.distribution Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.iproute2+tc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.lnstat Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.version Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
TEST_MAPPING Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
configure Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

This is a set of utilities for Linux networking.

Information:
    http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2

Download:
    http://www.kernel.org/pub/linux/utils/net/iproute2/

Repository:
    git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git

How to compile this.
--------------------
1. libdbm

arpd needs to have the db4 development libraries. For Debian
users this is the package with a name like libdb4.x-dev.
DBM_INCLUDE points to the directory with db_185.h which
is the include file used by arpd to get to the old format Berkeley
database routines.  Often this is in the db-devel package.

2. make

The makefile will automatically build a config.mk file which
contains definitions of libraries that may or may not be available
on the system such as: ATM, ELF, MNL, and SELINUX.

3. To make documentation, cd to doc/ directory , then
   look at start of Makefile and set correct values for
   PAGESIZE=a4		, ie: a4 , letter ...	(string)
   PAGESPERPAGE=2	, ie: 1 , 2 ...		(numeric)
   and make there. It assumes, that latex, dvips and psnup
   are in your path.

4. This package includes matching sanitized kernel headers because
   the build environment may not have up to date versions. See Makefile
   if you have special requirements and need to point at different
   kernel include files.

Stephen Hemminger
stephen@networkplumber.org

Alexey Kuznetsov
kuznet@ms2.inr.ac.ru