diff options
author | Thomas Graf <tgraf@suug.ch> | 2010-10-19 14:31:23 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2010-10-19 14:31:23 (GMT) |
commit | 757592ec1b1d3c70a325ae997adb94009589c5a6 (patch) | |
tree | 40aabb22d05207a6e07a7a05f6d034dc06a0f038 /src/.gitignore | |
parent | fa89403149a59ed18015713f517a5cc9356caffd (diff) | |
download | libnl-757592ec1b1d3c70a325ae997adb94009589c5a6.zip libnl-757592ec1b1d3c70a325ae997adb94009589c5a6.tar.gz libnl-757592ec1b1d3c70a325ae997adb94009589c5a6.tar.bz2 |
classid database
A database to resolve qdisc/class names to classid values and vice versa.
The function rtnl_tc_handle2str() and rtnl_tc_str2handle() will resolve
names automatically.
A CLI based tool nl-classid-lookup is provided to integrate the database
into existing iproute2 scripts.
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 60233c8..12859cb 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -29,3 +29,4 @@ nl-rule-list nl-tctree-list nl-util-addr nf-queue +nl-classid-lookup |