No description
Find a file
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
doc CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
etc Packet Location Interface 2010-07-02 14:06:59 +02:00
include nl-qdisc-add tool 2010-10-19 13:06:42 +02:00
lib nl-qdisc-add tool 2010-10-19 13:06:42 +02:00
m4 Move to automake-based build 2009-06-23 01:24:51 +02:00
src nl-qdisc-add tool 2010-10-19 13:06:42 +02: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 - Prepare for 2.1.x tree 2010-10-14 13:56:46 +02:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
libnl-2.1.pc.in - Prepare for 2.1.x tree 2010-10-14 13:56:46 +02:00
Makefile.am - Prepare for 2.1.x tree 2010-10-14 13:56:46 +02:00