logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

genl - generic netlink utility frontend

Author

       genl was written by Jamal Hadi Salim <hadi@cyberus.ca>.

       This manual page was written by Petr Sabata <contyk@redhat.com>.

iproute2                                           29 Oct 2015                                           GENL(8)

Description

       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.

       list   Show the registered netlink users.

       monitor
              Listen for generic netlink notifications.

       get    Query the controller for a given user, identified either by name or id.

Name

       genl - generic netlink utility frontend

Options

       genl supports the following options.

       -h,-help
              Show summary of options.

       -V,-Version
              Show version of program.

       -s,-stats,-statistics
              Show object statistics.

       -d,-details
              Show object details.

       -r,-raw
              Dump raw output only.

See Also

ip(8)

Synopsis

genl [ -s[tatistics] ] [ -d[etails] ] [ -r[aw] ] OBJECTgenl { -V[ersion] | -h[elp] }

       OBJECT := { ctrlCTRL_OPTS }

       CTRL_OPTS := { help | list | monitor | getPARMS }

       PARMS := { nameNAME | idID }

See Also