]> git.proxmox.com Git - mirror_iproute2.git/blob - ChangeLog
Changelog
[mirror_iproute2.git] / ChangeLog
1 2004-07-02 Stephen Hemminger <shemminger@osdl.org>
2
3 * use compile to test for ATM libraries
4 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
5 before it looked in standard search path (/lib;/usr/lib;...)
6 which seems out of place.
7 * build netem as shared library (more for testing/example)
8 * build ATM as shared library since libatm may be on build
9 machine but not on deployment machine
10 * fix make install to not install SCCS directories
11
12 2004-07-01 Stephen Hemminger <shemminger@osdl.org>
13
14 * add more link options to ip command (from Mark Smith
15 * add rate and duplicate arguments to tc command
16 * add -iec flag for tc printout
17 * rename delay scheduler to netem
18
19 2004-06-25 Stephen Hemminger <shemminger@osdl.org>
20
21 * Add loss parameter to delay
22 * Rename delay qdisc to netsim
23 * Add autoconfiguration by building a Config file
24 and using it.
25
26 2004-06-09 Stephen Hemminger <shemminger@osdl.org>
27
28 * Report rates in K=1000 (requested by several people)
29 * Add GNU long style options
30 * For HTB use get_hz to pick up value of system HZ at runtime
31 * Delete unused funcs.
32
33 2004-06-08 Stephen Hemminger <shemminger@osdl.org>
34
35 * Cleanup ss
36 - use const char and local functions where possible
37 * Add man pages from SuSe
38 * SuSE patches
39 - path to db4.1
40 - don't hardcode path to /tmp in ifstat
41 Alternat fix: was to use TMPDIR
42 - handle non-root user calling ip route flush going into
43 an infinite loop.
44 Alternate fix: was to timeout if route table doesn't empty.
45 * Try and get rid of dependency on kernel include files
46 Get rid of having private glibc-include headers
47
48 2004-06-07 Stephen Hemminger <shemminger@osdl.org>
49
50 * Import patches that make sense from Fedora Core 2
51 - iproute2-2.4.7-hex
52 print fwmark in hex
53 - iproute2-2.4.7-netlink
54 handle getting right netlink mesg back
55 - iproute2-2.4.7-htb3-tc
56 add HTB scheduler
57 - iproute2-2.4.7-default
58 add entry default to rttable
59
60 2004-06-04 Stephen Hemminger <shemminger@osdl.org>
61
62 * Add support for vegas info to ss
63
64 2004-06-02 Stephen Hemminger <shemminger@osdl.org>
65
66 * Use const char in utility routines where appropriate
67 * Rearrange include files so can build with standard headers
68 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
69 and understand it
70 * Get rid of private defintions of network headers which existed
71 only to handle old glibc
72
73 2004-04-15 Stephen Hemminger <shemminger@osdl.org>
74
75 * Add the delay (network simulation scheduler)
76
77 2004-04-15 Stephen Hemminger <shemminger@osdl.org>
78
79 * Starting point baseline based on iproute2-2.4.7-ss020116-try
80