1GENL(8) Linux GENL(8)
2
3
4
6 genl - generic netlink utility frontend
7
9 genl [ -s[tatistics] ] [ -d[etails] ] [ -r[aw] ] OBJECT
10
11 genl { -V[ersion] | -h[elp] }
12
13 OBJECT := { ctrl CTRL_OPTS }
14
15 CTRL_OPTS := { help | list | monitor | get PARMS }
16
17 PARMS := { name NAME | id ID }
18
20 The genl utility provides a simple frontend to the generic netlink
21 library. Although it's designed to support multiple OBJECTs, for now
22 only the ctrl object is available, which is used to query the generic
23 netlink controller.
24
25 ctrl
26 The generic netlink controller can be queried in various ways:
27
28 help This command just prints a help text for the ctrl object.
29
30 list Show the registered netlink users.
31
32 monitor
33 Listen for generic netlink notifications.
34
35 get Query the controller for a given user, identified either by name
36 or id.
37
39 genl supports the following options.
40
41 -h, -help
42 Show summary of options.
43
44 -V, -Version
45 Show version of program.
46
47 -s, -stats, -statistics
48 Show object statistics.
49
50 -d, -details
51 Show object details.
52
53 -r, -raw
54 Dump raw output only.
55
57 ip(8)
58
60 genl was written by Jamal Hadi Salim <hadi@cyberus.ca>.
61
62 This manual page was written by Petr Sabata <contyk@redhat.com>.
63
64
65
66iproute2 29 Oct 2015 GENL(8)