No description
Find a file
Thomas Graf 4267d8f336 classid auto generation if provided tc name does not exist
Manually editing etc/libnl/classid before adding tc objects is a pain.
This patch adds code to attempt auto generating a unique tc id which
will then be assigned to the provided name and added to the classid
file.

This will make the following commands work with prior definitions of
the names "top" and "test"
	sudo sbin/nl-qdisc-add --dev eth0 --parent root --id top htb
	sudo sbin/nl-class-add --dev eth0 --parent top --id test htb --rate 100mbit

It will generate the following ids automatically:
4001:			top
4001:1			test
2010-11-01 08:17:40 +01:00
doc CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
etc classid auto generation if provided tc name does not exist 2010-11-01 08:17:40 +01:00
include classid auto generation if provided tc name does not exist 2010-11-01 08:17:40 +01:00
lib classid auto generation if provided tc name does not exist 2010-11-01 08:17:40 +01:00
m4 Move to automake-based build 2009-06-23 01:24:51 +02:00
man Packet location updates 2010-10-27 01:21:50 +02:00
src classid auto generation if provided tc name does not exist 2010-11-01 08:17:40 +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 classid database 2010-10-19 16:31:23 +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 classid database 2010-10-19 16:31:23 +02:00