libnl/lib/route
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
..
cls Initial import 2007-09-15 01:28:01 +02:00
link Make vlan_put_attrs() available 2008-01-08 15:18:23 +01:00
sch New netem funtionality and TBF fix 2008-04-30 19:59:06 +02:00
addr.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
class.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
class_api.c Initial import 2007-09-15 01:28:01 +02:00
class_obj.c Initial import 2007-09-15 01:28:01 +02:00
classifier.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
cls_api.c Initial import 2007-09-15 01:28:01 +02:00
cls_obj.c Initial import 2007-09-15 01:28:01 +02:00
link.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
neigh.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
neightbl.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
nexthop.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
qdisc.c New netem funtionality and TBF fix 2008-04-30 19:59:06 +02:00
qdisc_api.c Initial import 2007-09-15 01:28:01 +02:00
qdisc_obj.c Initial import 2007-09-15 01:28:01 +02:00
route.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
route_obj.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
route_utils.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
rtnl.c Initial import 2007-09-15 01:28:01 +02:00
rule.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
tc.c Initial import 2007-09-15 01:28:01 +02:00