mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-09 06:42:58 +00:00
2004/07/16 15:25:46-07:00 osdl.net!shemminger ChangeLog: update with latest patch changes 2004/07/16 15:24:16-07:00 osdl.net!shemminger Adds mpu support to HTB (ATM) queueing discipline see http://bugs.gentoo.org/show_bug.cgi?id=56959 from http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff 2004/07/16 15:19:14-07:00 osdl.net!shemminger ChangeSet@1.57, 2004-07-12 20:01:23+09:00, nakam@linux-ipv6.org fix message for protocol. 2004/07/16 15:16:08-07:00 osdl.net!shemminger ChangeSet@1.56, 2004-07-12 20:00:04+09:00, nakam@linux-ipv6.org fix output format to follow command line option style when using without "-s" option. 2004/07/16 15:15:27-07:00 osdl.net!shemminger ChangeSet@1.55, 2004-07-12 19:58:53+09:00, nakam@linux-ipv6.org fix usage message for ipxfrm. BKrev: 410aaee7mTVuOGf5I6ROc8bzauFuLg |
||
|---|---|---|
| doc | ||
| etc/iproute2 | ||
| examples | ||
| include | ||
| ip | ||
| iproute2/ip | ||
| lib | ||
| man/man8 | ||
| misc | ||
| Modules | ||
| Patches | ||
| tc | ||
| ChangeLog | ||
| ChangeSet | ||
| configure | ||
| Makefile | ||
| README | ||
| README.decnet | ||
| README.iproute2+tc | ||
| RELNOTES | ||
Primary site is: http://developer.osdl.org/dev/iproute2 Original FTP site is: ftp://ftp.inr.ac.ru/ip-routing/ How to compile this. -------------------- 1. Look at start of Makefile and set correct values for: KERNEL_INCLUDE should point to correct linux kernel include directory. Default (/usr/src/linux/include) is right as rule. 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 file Config 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. Stephen Hemminger shemminger@osdl.org Alexey Kuznetsov kuznet@ms2.inr.ac.ru