libnl/lib
Thomas Graf c0cd587dfc nl-qdisc-add tool
Adds a cli based tool to add/update/replace qdiscs. This tool requires
each qdisc to be supported via a dynamic loadable module in
pkglibdir/cli/qdisc/$name.so.

So far HTB and blackhole have been implemented.

Syntax:
nl-qdisc-add --dev eth2 --parent root --id 1: htb --r2q=5
nl-qdisc-add --update-only --dev eth2 --id 1: htb --r2q=10
2010-10-19 13:06:42 +02:00
..
cli/qdisc nl-qdisc-add tool 2010-10-19 13:06:42 +02:00
fib_lookup restructure module documentation order 2008-12-10 18:12:30 +01:00
genl Generic Netlink multicast groups support 2010-10-14 13:46:02 +02:00
netfilter new function nfnl_queue_msg_send_verdict_payload() 2010-03-10 16:02:01 +01:00
route route_obj: don't add empty destination to nlmsg 2010-10-13 15:21:14 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
addr.c restructure module documentation order 2008-12-10 18:12:30 +01:00
attr.c Introduce nla_strdup() to help parse strings attributes 2008-06-13 16:40:41 +02:00
cache.c add user data to change_func_t for caches 2010-10-13 13:41:57 +02:00
cache_mngr.c add user data to change_func_t for caches 2010-10-13 13:41:57 +02:00
cache_mngt.c restructure module documentation order 2008-12-10 18:12:30 +01:00
data.c restructure module documentation order 2008-12-10 18:12:30 +01:00
doc.c Documentation update 2008-12-03 19:58:41 +01:00
error.c Packet Location Interface 2010-07-02 14:06:59 +02:00
handlers.c restructure module documentation order 2008-12-10 18:12:30 +01:00
Makefile.am nl-qdisc-add tool 2010-10-19 13:06:42 +02:00
msg.c Patch for unexpectedly aligned messages 2009-09-02 18:43:03 +02:00
nl.c Generic Netlink multicast groups support 2010-10-14 13:46:02 +02:00
object.c Fix rule attribute comparison 2010-04-19 12:43:18 +02:00
socket.c Generic Netlink multicast groups support 2010-10-14 13:46:02 +02:00
utils.c Fix compile warning in utils.c 2010-07-03 15:17:04 +02:00