No description
Find a file
Thomas Graf 747b892c91 Qdisc API improvements and documentation
Deprecated the functions rtnl_qdisc_change() and
rtnl_qdisc_build_change_request() for their lack of being able to
specify flags. The new functions rtnl_qdisc_update() and
rtnl_qdisc_build_update_request() may be used instead. The old
functions are still available though. However, rtnl_qdisc_update()
no longer implies NLM_F_REPLACE, it has to specified implicitely
to allow updating a qdisc without risking to replace another qdisc.

Included detailed documentation of qdisc addition/update/deletion.

Introduced APPBUG() macro to let application developer know of
API abuse.
2011-03-25 18:13:19 +01:00
doc Tons of documentation 2010-11-27 10:18:07 +01:00
etc pktloc: support to specify a shift operator for packet locations 2010-11-04 20:01:36 +01:00
include Qdisc API improvements and documentation 2011-03-25 18:13:19 +01:00
lib Qdisc API improvements and documentation 2011-03-25 18:13:19 +01:00
m4 Move to automake-based build 2009-06-23 01:24:51 +02:00
man nl-classid-lookup: Added --raw option to print classid without pretty printing it 2010-11-01 15:20:43 +01:00
src Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls() 2011-03-24 22:50:11 +01:00
tests - Reworked the classifier interface. 2009-09-02 18:31:14 +02:00
.gitignore Ignore vim swap files 2010-07-03 15:56:51 +02:00
autogen.sh Move to automake-based build 2009-06-23 01:24:51 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in libnl-3.0 2011-03-21 17:03:01 +01:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
libnl-3.0.pc.in libnl-3.0 2011-03-21 17:03:01 +01:00
Makefile.am Fix "make distcheck". 2011-03-23 16:00:44 +01:00