lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | This is a set of utilities for Linux networking. |
| 2 | |
| 3 | Information: |
| 4 | http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 |
| 5 | |
| 6 | Download: |
| 7 | http://devresources.linuxfoundation.org/dev/iproute2/download |
| 8 | |
| 9 | Repository: |
| 10 | git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git |
| 11 | |
| 12 | How to compile this. |
| 13 | -------------------- |
| 14 | 1. libdbm |
| 15 | |
| 16 | arpd needs to have the db4 development libraries. For Debian |
| 17 | users this is the package with a name like libdb4.x-dev. |
| 18 | DBM_INCLUDE points to the directory with db_185.h which |
| 19 | is the include file used by arpd to get to the old format Berkeley |
| 20 | database routines. Often this is in the db-devel package. |
| 21 | |
| 22 | 2. make |
| 23 | |
| 24 | The makefile will automatically build a Config file which |
| 25 | contains whether or not ATM is available, etc. |
| 26 | |
| 27 | 3. To make documentation, cd to doc/ directory , then |
| 28 | look at start of Makefile and set correct values for |
| 29 | PAGESIZE=a4 , ie: a4 , letter ... (string) |
| 30 | PAGESPERPAGE=2 , ie: 1 , 2 ... (numeric) |
| 31 | and make there. It assumes, that latex, dvips and psnup |
| 32 | are in your path. |
| 33 | |
| 34 | 4. This package includes matching sanitized kernel headers because |
| 35 | the build environment may not have up to date versions. See Makefile |
| 36 | if you have special requirements and need to point at different |
| 37 | kernel include files. |
| 38 | |
| 39 | Stephen Hemminger |
| 40 | shemminger@linux-foundation.org |
| 41 | |
| 42 | Alexey Kuznetsov |
| 43 | kuznet@ms2.inr.ac.ru |