Linux "genl" Command Line Options and Examples
generic netlink utility frontend

The genl utility provides a simple frontend to the generic netlink library. Although it's designed to support multiple OBJECTs, for now only the ctrl object is available, which is used to query the generic netlink controller. ctrl The generic netlink controller can be queried in various ways: help This command just prints a help text for the ctrl object.


Usage:

genl [ -s[tatistics] ] [ -d[etails] ] [ -r[aw] ] OBJECT




Command Line Options:

-h
Show summary of options.
genl -h ...
-V
Show version of program.
genl -V ...
-s
Show object statistics.
genl -s ...
-d
Show object details.
genl -d ...
-r
Dump raw output only.
genl -r ...