Go to file
Tad Kollar 241b2b83ba New netem funtionality and TBF fix
New netem-related functionality:
Added ability to save new settings to the kernel. In netem.c, the
netem_get_opts() stub has been replaced with netem_build_msg() which
manipulates the nl_msg data directly and returns an error code instead
of a new nl_msg. Modifications to qdisc_build() in qdisc.c and struct
rtnl_qdisc_ops were necessary for this.
Added support for getting/setting corruption probability/correlation.
Added support for setting a delay distribution.

Fixed tbf_msg_parser() to call tbf_alloc() instead of tbf_qdisc() to
prevent a seg fault.
2008-04-30 19:59:06 +02:00
doc [PATCH] Remove autogenerated files from git and add them to .gitignore. 2008-01-10 14:57:10 +01:00
include New netem funtionality and TBF fix 2008-04-30 19:59:06 +02:00
lib New netem funtionality and TBF fix 2008-04-30 19:59:06 +02:00
src Adapt syntax of nl-route-add to nl-route-delete 2008-04-30 18:51:24 +02:00
tests Free associated caches when freeing cache manager 2008-02-05 12:35:41 +01:00
.gitignore [PATCH] Remove autogenerated files from git and add them to .gitignore. 2008-01-10 14:57:10 +01:00
aclocal.m4 Initial import 2007-09-15 01:28:01 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in Provide libnl version in <netlink/version.h> 2008-04-30 15:43:42 +02:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
install-sh Initial import 2007-09-15 01:28:01 +02:00
libnl-1.pc.in Fix from Benoit Boissinot <benoit.boissinot@ens-lyon.org> required to 2008-03-10 14:57:01 +01:00
Makefile Don't wipe cscope database on make clean 2008-04-29 22:59:30 +02:00
Makefile.opts.in Define datarootdir to silent autoconf 2008-04-29 23:01:39 +02:00
Makefile.rules Define datarootdir to silent autoconf 2008-04-29 23:01:39 +02:00