Update README with current info.

(Logical change 1.38)
This commit is contained in:
osdl.net!shemminger 2004-06-28 20:37:23 +00:00
parent 82412ef510
commit ff77732663
1 changed files with 11 additions and 42 deletions

53
README
View File

@ -1,58 +1,24 @@
Primary FTP site is: Primary site is:
http://developer.osdl.org/dev/iproute2
Original FTP site is:
ftp://ftp.inr.ac.ru/ip-routing/ ftp://ftp.inr.ac.ru/ip-routing/
Mirrors are:
ftp://linux.wauug.org/pub/net
ftp://ftp.nc.ras.ru/pub/mirrors/ftp.inr.ac.ru/ip-routing/
ftp://ftp.gts.cz/MIRRORS/ftp.inr.ac.ru/
ftp://ftp.funet.fi/pub/mirrors/ftp.inr.ac.ru/ip-routing/ (STM1 to USA)
ftp://sunsite.icm.edu.pl/pub/Linux/iproute/
ftp://ftp.sunet.se/pub/Linux/ip-routing/
ftp://ftp.nvg.ntnu.no/pub/linux/ip-routing/
ftp://ftp.crc.ca/pub/systems/linux/ip-routing/
ftp://ftp.proxad.net/mirrors/ftp.inr.ac.ru/ip-routing/
ftp://donlug.dn.ua/pub/mirrors/ip-routing/
ftp://omni.rk.tusur.ru/mirrors/ftp.inr.ac.ru/ip-routing/
ftp://ftp.src.uchicago.edu/pub/linux/ip-routing/
http://www.asit.ro/ip-routing/
ftp://ftp.infoscience.co.jp/pub/linux/ip-routing/ (Japan)
ftp://ftp.sucs.swan.ac.uk/pub/mirrors/ftp.inr.ac.ru/ip-routing
http://mirror.schell.de/ftp.inr.ac.ru/ip-routing/ (Germany)
ftp://ftp.gin.cz/MIRRORS/ftp.inr.ac.ru/ip-routing
ftp://mirror.aarnet.edu.au/pub/ip-routing/ (Australia)
http://mirror.aarnet.edu.au/pub/ip-routing/ (Australia)
RPMs are available at:
ftp://omni.rk.tusur.ru/Tango/
ftp://ftp4.dgtu.donetsk.ua/pub/BlackCat/6.0/contrib/SRPMS/i[35]86/
How to compile this. How to compile this.
-------------------- --------------------
1. Look at start of Makefile and set correct values for: 1. Look at start of Makefile and set correct values for:
KERNEL_INCLUDE should point to correct linux kernel include directory. KERNEL_INCLUDE should point to correct linux kernel include directory.
Default (/usr/src/linux/include) is right as rule. Default (/usr/src/linux/include) is right as rule.
ADDLIB should contain inet_* functions, if your libc contains DBM_INCLUDE points to the directory with db_185.h which
obsolete resolver library (<4.9.4) and you have no correct libresolv. is the include file used by arpd to get to the old format Berkely
ADDLIB should also contain dnet_* functions if you don't have a database routines. Often this is in the db-devel package.
libdnet with support for them. If your libdnet does have support,
then comment out that line and uncomment the line to add -ldnet to
LDLIBS.
LDLIBS should be empty, if you have no libresolv.
2. make 2. make
Utilities "ip" and "rtmon" are in ip/ directory now, The makefile will automatically build a file Config which
"tc" is in tc/. That's all. contains whether or not ATM is available, etc.
3. To make documentation, cd to doc/ directory , then 3. To make documentation, cd to doc/ directory , then
look at start of Makefile and set correct values for look at start of Makefile and set correct values for
@ -61,5 +27,8 @@ Utilities "ip" and "rtmon" are in ip/ directory now,
and make there. It assumes, that latex, dvips and psnup and make there. It assumes, that latex, dvips and psnup
are in your path. are in your path.
Stephen Hemminger
shemminger@osdl.org
Alexey Kuznetsov Alexey Kuznetsov
kuznet@ms2.inr.ac.ru kuznet@ms2.inr.ac.ru