blob: 53a45c2e9d2881849302b265a62f1bc13bd415a6 [file] [log] [blame]
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +00001Primary FTP site is:
2
3 ftp://ftp.inr.ac.ru/ip-routing/
4
5Mirrors are:
6
7 ftp://linux.wauug.org/pub/net
8 ftp://ftp.nc.ras.ru/pub/mirrors/ftp.inr.ac.ru/ip-routing/
9 ftp://ftp.gts.cz/MIRRORS/ftp.inr.ac.ru/
10 ftp://ftp.funet.fi/pub/mirrors/ftp.inr.ac.ru/ip-routing/ (STM1 to USA)
11 ftp://sunsite.icm.edu.pl/pub/Linux/iproute/
12 ftp://ftp.sunet.se/pub/Linux/ip-routing/
13 ftp://ftp.nvg.ntnu.no/pub/linux/ip-routing/
14 ftp://ftp.crc.ca/pub/systems/linux/ip-routing/
15 ftp://ftp.proxad.net/mirrors/ftp.inr.ac.ru/ip-routing/
16 ftp://donlug.dn.ua/pub/mirrors/ip-routing/
17 ftp://omni.rk.tusur.ru/mirrors/ftp.inr.ac.ru/ip-routing/
18 ftp://ftp.src.uchicago.edu/pub/linux/ip-routing/
19 http://www.asit.ro/ip-routing/
20 ftp://ftp.infoscience.co.jp/pub/linux/ip-routing/ (Japan)
21 ftp://ftp.sucs.swan.ac.uk/pub/mirrors/ftp.inr.ac.ru/ip-routing
22 http://mirror.schell.de/ftp.inr.ac.ru/ip-routing/ (Germany)
23 ftp://ftp.gin.cz/MIRRORS/ftp.inr.ac.ru/ip-routing
24 ftp://mirror.aarnet.edu.au/pub/ip-routing/ (Australia)
25 http://mirror.aarnet.edu.au/pub/ip-routing/ (Australia)
26
27RPMs are available at:
28 ftp://omni.rk.tusur.ru/Tango/
29 ftp://ftp4.dgtu.donetsk.ua/pub/BlackCat/6.0/contrib/SRPMS/i[35]86/
30
31
32
33How to compile this.
34--------------------
35
36
371. Look at start of Makefile and set correct values for:
38
39KERNEL_INCLUDE should point to correct linux kernel include directory.
40Default (/usr/src/linux/include) is right as rule.
41
42ADDLIB should contain inet_* functions, if your libc contains
43obsolete resolver library (<4.9.4) and you have no correct libresolv.
44ADDLIB should also contain dnet_* functions if you don't have a
45libdnet with support for them. If your libdnet does have support,
46then comment out that line and uncomment the line to add -ldnet to
47LDLIBS.
48
49LDLIBS should be empty, if you have no libresolv.
50
51
522. make
53
54Utilities "ip" and "rtmon" are in ip/ directory now,
55"tc" is in tc/. That's all.
56
573. To make documentation, cd to doc/ directory , then
58 look at start of Makefile and set correct values for
59 PAGESIZE=a4 , ie: a4 , letter ... (string)
60 PAGESPERPAGE=2 , ie: 1 , 2 ... (numeric)
61 and make there. It assumes, that latex, dvips and psnup
62 are in your path.
63
64Alexey Kuznetsov
65kuznet@ms2.inr.ac.ru