Menu

Tree [c0c44b] master /
 History

HTTPS access


File Date Author Commit
 doc 2011-01-07 Renato Westphal Renato Westphal [f33c15] Merge branch 'master' into master-mpls
 etc 2011-02-02 Vlad Dogaru Vlad Dogaru [f960c9] iproute2: support listing devices by group
 examples 2010-03-29 Stephen Hemminger Stephen Hemminger [f411a6] Merge branch 'master' of master.kernel.org:/pub...
 genl 2011-06-10 Petr Sabata Petr Sabata [5582c0] iproute2: Remove unreachable code
 include 2011-07-11 Stephen Hemminger Stephen Hemminger [e760a1] Update kernel headers to 3.0
 ip 2011-07-20 Andreas Henriksson Andreas Henriksson [c0c44b] iproute2: Remove "monitor" from "ip route help"...
 lib 2011-07-11 Stephen Hemminger Stephen Hemminger [21a85d] Fix test for EOF on continuation line
 man 2011-07-20 Andreas Henriksson Andreas Henriksson [c0c44b] iproute2: Remove "monitor" from "ip route help"...
 misc 2011-06-29 Stephen Hemminger Stephen Hemminger [18445b] ss: check result of readlink
 netem 2010-06-09 Mike Frysinger Mike Frysinger [1a7943] netem: fix installs of dist files
 tc 2011-01-07 Stephen Hemminger Stephen Hemminger [c441bd] Add QFQ scheduler
 testsuite 2005-06-23 shemminger shemminger [c51587] More missing files.
 .gitignore 2011-07-11 Stephen Hemminger Stephen Hemminger [b5383a] Update .gitignore
 COPYING 2008-04-08 Stephen Hemminger Stephen Hemminger [e2dc30] Merge branch 'master' of git://git.kernel.org/p...
 ChangeLog 2006-03-22 shemminger shemminger [267480] Backout the 2.4 utsname hash patch.
 Makefile 2011-01-07 Renato Westphal Renato Westphal [f33c15] Merge branch 'master' into master-mpls
 README 2011-07-10 Gilles Espinasse Gilles Espinasse [4f69c6] iproute2: fix minor typo in comments
 README.decnet 2005-06-13 shemminger shemminger [2b4fad] Decnet documentation update
 README.devel 2011-07-10 Gilles Espinasse Gilles Espinasse [4f69c6] iproute2: fix minor typo in comments
 README.distribution 2004-08-23 osdl.net!shemminger osdl.net!shemminger [e7f02a] Rename: tc/README.distribution -> README.distri...
 README.iproute2+tc 2004-04-15 osdl.org!shemminger osdl.org!shemminger [aba5ac] (Logical change 1.3)
 README.lnstat 2004-10-19 osdl.net!shemminger osdl.net!shemminger [326730] Rename: misc/README.lnstat -> README.lnstat
 RELNOTES 2004-04-15 osdl.org!shemminger osdl.org!shemminger [aba5ac] (Logical change 1.3)
 configure 2011-07-10 Gilles Espinasse Gilles Espinasse [4f69c6] iproute2: fix minor typo in comments

Read Me

This is a set of utilities for Linux networking.

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

Download:
    http://devresources.linuxfoundation.org/dev/iproute2/download

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 Berkely
database routines.  Often this is in the db-devel package.

2. make

The makefile will automatically build a Config file which
contains whether or not ATM is available, etc.

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
shemminger@linux-foundation.org

Alexey Kuznetsov
kuznet@ms2.inr.ac.ru