2010-10-19 14:31:23 +00:00
|
|
|
.TH nl\-classid\-lookup 8 "19 October 2010" "libnl"
|
|
|
|
.SH NAME
|
|
|
|
nl\-classid\-lookup - Lookup classid definitions
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B nl\-classid\-lookup
|
|
|
|
.RB [ \-hv ]
|
|
|
|
.RB [ \-r ]
|
2010-11-01 14:20:43 +00:00
|
|
|
.RB [ \-\-raw ]
|
2010-10-19 14:31:23 +00:00
|
|
|
.I name
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
nl\-classid\-lookup searches the classid database for a matching entry. It is used
|
|
|
|
to resolve qdisc/class names to classid values and vice versa.
|
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.BR \-\^h " or " \-\-help
|
|
|
|
Print help text to console and exit.
|
|
|
|
.TP
|
|
|
|
.BR \-\^v " or " \-\-version
|
|
|
|
Print versioning information to console and exit.
|
|
|
|
.TP
|
|
|
|
.BR \-\^r " or " \-\-reverse
|
|
|
|
Do a reverse lookup. Lookup a classid and print its name.
|
2010-11-01 14:20:43 +00:00
|
|
|
.TP
|
|
|
|
.B \-\-raw
|
|
|
|
Print the raw classid in hexadecimal format, do not pretty print it.
|
2010-10-19 14:31:23 +00:00
|
|
|
|
|
|
|
.SH USAGE
|
|
|
|
.PP
|
|
|
|
Resolve the qdisc/class name "interactive":
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
# nl\-classid\-lookup interactive
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
Lookup the name of classid 1:2:
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
# nl\-classid\-lookup -r 1:2
|
|
|
|
.RE
|
|
|
|
|
|
|
|
.SH FILES
|
|
|
|
.PP
|
|
|
|
/etc/libnl/classid
|
|
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
.PP
|
|
|
|
Thomas Graf is the original author and current maintainer of libnl and
|
|
|
|
libnl tools. Many people have contributed to it since.
|