blob: cd70102d5e5322f9c52be007fedfdff39fcd5c17 [file] [log] [blame]
shemminger669ae742005-11-07 18:39:30 +000012005-11-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
2
3 * Updating for 2.6.14
4 - Show UPD{SA,POLICY} message information from kernel instead of error
5 - Add lengh check of deleting message from kernel
6 - Use macro for struct xfrm_user{sa,policy}_id
7
8 * Minor fix:
9 - Add fflush at the end of normal dump
10
shemmingerc595c792005-11-01 23:03:03 +0000112005-11-01 Jamal Hadi Salim <hadi@znyx.com>
12
13 * Fix handling of XFRM monitor and state
14
shemminger2034ee92005-11-01 17:54:34 +0000152005-11-01 Stephen Hemminger <shemminger@osdl.org
16
17 * Update to 2.6.14 sanitized headers
18
shemminger234b6132005-10-24 16:26:25 +0000192005-10-24 Patrick McHardy <kaber@trash.net>
20
21 * Fix ip commnad shortcuts
22
shemminger8c564a42005-10-12 22:46:23 +0000232005-10-12 Stephen Hemminger <shemminger@osdl.org>
24
25 * Add more CBQ examples from Fedora Core
shemminger7849fb52005-10-12 22:49:50 +000026 * Fix buffer overrun in iproute because of bits vs. bytes confusion
27
shemmingerb77caeb2005-10-12 22:32:34 +0000282005-10-12 Jamal Hadi Salim <hadi@znyx.com>
29
30 * Fix ip rule flush, need to reopen rtnl
31
shemminger393c4372005-10-07 16:45:17 +0000322005-10-07 Stephen Hemminger <shemminger@osdl.org>
33
34 * Reenable ip mroute
35
shemmingerf453a0d2005-10-07 16:33:21 +0000362005-10-07 Mike Frysinger <vapier@gentoo.org>
37
38 * Handle pfifo_fast that has no qopt without segfaulting
39
shemminger7dae1702005-10-05 17:40:12 +0000402005-10-05 Mads Martin Joergensen <mmj@suse.de>
41
42 * Trivial netem ccopts
43
shemmingerfb229752005-10-04 23:15:32 +0000442005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
45
46 * Fix regression in ip addr (libnetlink) handling
47
482005-09-21 Stephen Hemminger <shemminger@osdl.org>
shemminger8ed63ab2005-09-21 19:33:17 +000049
50 * Fix uninitialized memory and leaks with valgrind
51 Reported by Redhat
52
shemmingerce715cd2005-09-01 22:38:19 +0000532005-09-01 Mike Frysinger <vapier@gentoo.org>
54
55 * Fix build issues with netem tables (parallel make and HOSTCC)
56
572005-09-01 Stephen Hemminger <shemminger@osdl.org>
shemminger351efcd2005-09-01 19:21:50 +000058
59 * Integrate support for DCCP into 'ss' (from acme)
60 * Add -batch option to ip.
61 * Update to 2.6.14 headers
62
shemmingerc98e49e2005-09-01 18:12:33 +0000632005-09-01 Eric Dumazet <dada1@cosmosbay.com>
shemmingerce715cd2005-09-01 22:38:19 +000064
shemmingerc98e49e2005-09-01 18:12:33 +000065 * Fix lnstat : First column should not be summed
66
shemminger66081842005-08-16 21:10:51 +0000672005-08-16 Stephen Hemminger <shemminger@osdl.org>
68
69 * Limit ip route flush to 10 rounds.
70 * Cleanup ip rule flush error message
71
shemminger6864c1e2005-08-08 20:24:41 +0000722005-08-08 Stephen Hemminger <shemminger@osdl.org>
73
74 * Update to 2.6.13+ kernel headers
75 * Fix array overrun in paretonormal
76 * Fix ematch to not include dropped fields from skb.
77
shemminger3fcdebb2005-07-14 16:49:27 +0000782005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +000079
shemminger3fcdebb2005-07-14 16:49:27 +000080 * Make ematch bison/lex build with common flex
81
822005-07-10 Stephen Hemminger <shemminger@osdl.org>
83
84 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +000085
shemminger6d4662d2005-06-23 17:36:38 +0000862005-06-23 Jamal Hadi Salim <hadi@znyx.com>
87
88 * Fix for options process with ipt
89
shemminger08837cb2005-06-23 17:33:56 +0000902005-06-23 Thomas Graf <tgraf@suug.ch>
91
92 * Add extended matches (nbyte, cmp, u32, meta)
93 * Add basic classifier
94 * Fix clean/distclean makefile targets
95 * update local header file copies
96 * IPv4 multipath algorithm selection support
97 * cscope Makefile target
98 * Fix off-by-one while generating argument vector
99 in batched mode.
100 * Assume stdin if no argument is given to -batch
101
shemminger6d4662d2005-06-23 17:36:38 +00001022005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +0000103
104 * Update include files to 2.6.12
105 * Add ss support for TCP_CONG
106
shemminger2b4fad62005-06-13 18:47:56 +00001072005-06-13 Steven Whitehouse <steve@chygwyn.com>
108
109 * Decnet doc's update
110
shemminger99f830d2005-06-07 22:15:48 +00001112005-06-07 Stephen Hemminger <shemminger@osdl.org>
112
113 * Fix 'ip link' map to handle case where device gets autoloaded
114 by using if_nametoindex as fallback
115 * Device indices are unsigned not int.
116
shemmingere4457652005-06-07 21:55:03 +00001172005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
118
119 * [ip] show timestamp when using '-t' option.
120 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +0000121 * [ip] add "deleteall" command for xfrm;
122 "flush" uses kernel's flush interface and
123 "deleteall" uses legacy iproute2's flush feature like
124 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +0000125
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001262005-03-30 Stephen Hemminger <shemminger@osdl.org>
127
128 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
129 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000130 * Update rtnetlink.h and pkt_cls.h to be stripped versions
131 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000132
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +00001332005-03-30 Jamal Hadi Salim <hadi@znyx.com>
134
135 * Proper verison of iptables headers (from 1.3.1)
136 * Set revision file in m_ipt
137 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000138 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000139
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +00001402005-03-19 Thomas Graf <tgraf@suug.ch>
141
142 * Warn about wildcard deletions and provide IFA_ADDRESS upon
143 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +0000144 * Fix netlink message alignment when the last routing attribute added
145 has a data length not aligned to RTA_ALIGNTO.
146
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +00001472005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
148
149 * ipv6 xfrm allocspi and monitor support.
150
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001512005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +0000152
153 * switch to stack for netem tables
154
osdl.net!shemminger08856f02005-03-18 19:40:55 +00001552005-03-18 Stephen Hemminger <shemminger@osdl.org>
156
157 * add -force option to batch mode
158 * handle midline comments in batch mode
159 * sum per cpu fields in lnstat correctly
160
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +00001612005-03-14 Stephen Hemminger <shemminger@osdl.org>
162
site!shemminger924d4fd2005-03-14 22:19:16 +0000163 * cleanup batch mode, allow continuation, comments etc.
164 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000165
osdl.net!shemminger900da082005-03-14 19:04:15 +00001662005-03-14 Boian Bonev <boian@bonev.com>
167
168 * enhancement to batch mode.
169 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000170 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000171
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001722005-03-14 Thomas Graf <tgraf@suug.ch>
173
174 * ip link command
175 print NO-CARRIER flag if there is no carrier and the link is up.
176
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001772005-03-14 Patrick McHardy <kaber@trash.net>
178
179 * bug: Use USER_HZ where necessary
180
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001812005-03-10 Jamal Hadi Salim <hadi@znyx.com>
182
183 * Fix bug with register_target
184
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001852005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000186
187 * fix pkt_cls.h to have tc_u32_mark
188 * update include files to be stripped versions of 2.6.11
189 * add documentation about netem distributions [from nistnet]
190 * turn off nup in document make [from FC3]
191 * don't build with extra debug info (-g) [from FC3]
192
1932005-03-10 Nix <nix@esperi.org.uk>
194
195 * make man3 directory
196
1972005-03-10 Pasi <Pasi.Eronen@nokia.com>
198
199 * add ESP-in-UDP encapsulation
200
2012005-03-10 Thomas Graf <tgraf@suug.ch>
202 * [NETEM] Fix off by one
203 * update local header file copies
204 * [NEIGH] print number of probes done so far (statistics mode only)
205
2062005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
207 * Trivial typo in ip help
208
2092005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000210
211 * netem distribution data reorganization
212
2132005-02-09 Roland Dreier <roland@topspin.com>
214
215 * ip over infiniband address display
216
2172005-02-09 Jim Gifford <lfs@jg555.com>
218
219 * make install fix for ip/
220
2212005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000222
223 * Don't mix address families when flushing
224
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002252005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000226
227 * Validate classid is not too large to cause loss of bits.
228
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00002292005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
230
231 * need to call getline() with null for first usage
232 * don't overwrite const arg
233
shemminger7dae1702005-10-05 17:40:12 +00002342005-02-07 Stephen Hemminger <shemminger@osdl.org>
site!shemmingerd5b48552005-02-07 18:01:21 +0000235
236 * Add experimental distribution
237
osdl.net!shemmingercb200962005-01-18 22:31:42 +00002382005-01-18 Yun Mao <maoy@cis.upenn.edu>
239
240 * typo in ss
241
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00002422005-01-18 Thomas Graf <tgraf@suug.ch>
243
244 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000245 * add addraw_l
246 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000247
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00002482005-01-17 Jamal Hadi Salim <hadi@znyx.com>
249
250 * typo in m_mirred
251 * add support for pedit
252
2532005-01-13 Jim Gifford <lfs@jg555.com>
254
255 * Fix allocation size error in nomal and paretonormal generation
256 programs.
257
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00002582005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
259
260 * ipmonitor shows IPv6 prefix list notification
261 * update to iproute2 xfrm for ipv6
262
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002632005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000264
265 * Fix compile warnings when building 64bit system since
266 u64 is unsigned long, but format is %llu
267
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00002682005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
269
270 * Add the possibility to use fwmark in u32 filters
271
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002722005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000273
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000274 * Add netlink manual page
275
2762004-10-20 Stephen Hemminger <shemminger@osdl.org>
277
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000278 * Add warning about "ip route nat" no longer supported
279
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002802005-01-12 Thomas Graf <tgraf@suug.ch>
281
282 * Tc testsuite
283
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002842005-01-12 Jamal Hadi Salim <hadi@znyx.com>
285
286 * Add iptables tc support. This meant borrowing headers
287 from iptables *ugh*
288
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002892004-12-08 Jamal Hadi Salim <hadi@znyx.com>
290
291 * Add mirror and redirect actions
292
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002932004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000294
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000295 * Don't include <asm/byteorder.h> since then we get dependant on
296 kernel headers on host machine
297 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000298
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002992004-10-19 Harald Welte <laforge@gnumonks.org>
300
301 * Replace rtstat (and ctstat) with new lnstat
302
osdl.net!shemmingercece2482004-10-19 19:57:38 +00003032004-10-19 Mads Martin Joergensen <mmj@suse.de>
304
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000305 * Ip is using the wrong structure in ipaddress.c when showing stats
306 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000307
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00003082004-10-19 Michal <md@lnet.pl>
309
310 * fix scaling in print_rates (for bits)
311
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00003122004-09-28 Stephen Hemminger <shemminger@osdl.org>
313
314 * fix build problems with arpd and pthread
315 * add pkt_sched.h
316
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00003172004-09-28 Mike Frysinger <vapier@gentoo.org>
318
319 * make man8 directory
320 * install ifcfg and rtpr scripts
321
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00003222004-09-28 Andreas Haumer <andreas@xss.co.at>
323
324 * make install symlink fix.
325
3262004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
327
328 * ICMP/ICMPv6's type and code in IPsec selector.
329 * fixes `ip xfrm`'s algorithm key when using hexadecimal
330 * support 'ip xfrm' protocol types
331 * flush message types for XFRM's policy/state
332
333
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00003342004-09-01 Stephen Hemminger <shemminger@osdl.org>
335
336 * Fix ip command to not crash when interface name is too long.
337 always use strncpy(.., IFNAMSIZ)
338
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00003392004-08-31 Stephen Hemminger <shemminger@osdl.org>
340
341 * Add gact documentation from jamal
342 * Chang more arguments to rtnetlink API const
343 * Drop dead queuing disciplines
344 * Handle qdisc without xstats in core rather than
345 putting stub's everywhere
346 * Add requeue to tc_stats and handle new/old ABI issues
347
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00003482004-08-30 Stephen Hemminger <shemminger@osdl.org>
349
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000350 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000351 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000352 * Add support for loading distributions to netem
353
354
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00003552004-08-23 Stephen Hemminger <shemminger@osdl.org>
356
357 * Update from jamal for all the parts that got broken in the
358 last classification patch.
359 * Hfsc/sc patch from patrick
360
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00003612004-08-13 Stephen Hemminger <shemminger@osdl.org>
362
363 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000364 * Get rid of old Patches/ directory for tcp_diag module
365 * Make get_rate table based.
366
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00003672004-08-11 Stephen Hemminger <shemminger@osdl.org>
368
369 * Add xfrm message formatting from
370 Masahide Nakamura <nakam@linux-ipv6.org>
371
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003722004-08-09 Stephen Hemminger <shemminger@osdl.org>
373
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000374 * Fix netem scheduler to handle case where psched us != real us
375
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000376 * Remove configuration for everything that can depend on
377 extracted kernel headers
378 * Add kernel headers required to include/linux
379
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003802004-08-04 Stephen Hemminger <shemminger@osdl.org>
381
382 * Get rid of old tcp_diag module, it is part of kernel.
383
384 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
385
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003862004-07-30 Stephen Hemminger <shemminger@osdl.org>
387
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000388 * Make ip xfrm stuff config option since it doesn't exist on 2.4
389
390 * HFSC doesn't exist on older 2.4 kernels so make it configurable
391
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000392 * HTB API changed and won't build with mismatched version.
393 Rather than sticking user with a build error, just don't
394 build it in on mismatch.
395
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000396 * Change configure script to make sure netem is the correct
397 version. I changed the structure def. a couple of times before
398 settling on the final API
399
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00004002004-07-16 Stephen Hemminger <shemminger@osdl.org>
401
402 * Add htb mpu support
403 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
404 * Three small xfrm updates
405
osdl.net!shemminger09d17272004-07-12 21:03:47 +00004062004-07-07 Stephen Hemminger <shemminger@osdl.org>
407
408 * Fix if_ether.h to fix arpd build
409 * Add hfsc scheduler support
410 * Add ip xfrm support
411 * Add add jitter (instead of rate) to netem scheduler
412
osdl.net!shemminger870f1222004-07-02 17:52:10 +00004132004-07-02 Stephen Hemminger <shemminger@osdl.org>
414
415 * use compile to test for ATM libraries
416 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
417 before it looked in standard search path (/lib;/usr/lib;...)
418 which seems out of place.
419 * build netem as shared library (more for testing/example)
420 * build ATM as shared library since libatm may be on build
421 machine but not on deployment machine
422 * fix make install to not install SCCS directories
423
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00004242004-07-01 Stephen Hemminger <shemminger@osdl.org>
425
426 * add more link options to ip command (from Mark Smith
427 * add rate and duplicate arguments to tc command
428 * add -iec flag for tc printout
429 * rename delay scheduler to netem
430
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00004312004-06-25 Stephen Hemminger <shemminger@osdl.org>
432
433 * Add loss parameter to delay
434 * Rename delay qdisc to netsim
435 * Add autoconfiguration by building a Config file
436 and using it.
437
4382004-06-09 Stephen Hemminger <shemminger@osdl.org>
439
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000440 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000441 * Add GNU long style options
442 * For HTB use get_hz to pick up value of system HZ at runtime
443 * Delete unused funcs.
444
4452004-06-08 Stephen Hemminger <shemminger@osdl.org>
446
447 * Cleanup ss
448 - use const char and local functions where possible
449 * Add man pages from SuSe
450 * SuSE patches
451 - path to db4.1
452 - don't hardcode path to /tmp in ifstat
453 Alternat fix: was to use TMPDIR
454 - handle non-root user calling ip route flush going into
455 an infinite loop.
456 Alternate fix: was to timeout if route table doesn't empty.
457 * Try and get rid of dependency on kernel include files
458 Get rid of having private glibc-include headers
459
4602004-06-07 Stephen Hemminger <shemminger@osdl.org>
461
462 * Import patches that make sense from Fedora Core 2
463 - iproute2-2.4.7-hex
464 print fwmark in hex
465 - iproute2-2.4.7-netlink
466 handle getting right netlink mesg back
467 - iproute2-2.4.7-htb3-tc
468 add HTB scheduler
469 - iproute2-2.4.7-default
470 add entry default to rttable
471
4722004-06-04 Stephen Hemminger <shemminger@osdl.org>
473
474 * Add support for vegas info to ss
475
4762004-06-02 Stephen Hemminger <shemminger@osdl.org>
477
478 * Use const char in utility routines where appropriate
479 * Rearrange include files so can build with standard headers
480 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
481 and understand it
482 * Get rid of private defintions of network headers which existed
483 only to handle old glibc
484
4852004-04-15 Stephen Hemminger <shemminger@osdl.org>
486
487 * Add the delay (network simulation scheduler)
488
4892004-04-15 Stephen Hemminger <shemminger@osdl.org>
490
491 * Starting point baseline based on iproute2-2.4.7-ss020116-try
492