#
13d81ef6 |
| 17-Jan-2025 |
Cy Schubert <cy@FreeBSD.org> |
genl.1: Improve grammar
Make the first sentence read more smoothly.
MFC after: 3 days
|
#
0340a8c9 |
| 13-Jan-2025 |
Maxim Konovalov <maxim@FreeBSD.org> |
genl: formatting fix
|
#
8b5058ec |
| 13-Jan-2025 |
Maxim Konovalov <maxim@FreeBSD.org> |
genl: typo fixes
PR: 284017
|
Revision tags: release/14.2.0 |
|
#
9fd66e40 |
| 08-Oct-2024 |
Graham Percival <gperciva@tarsnap.com> |
manuals: Fix syntax of list width
Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freeb
manuals: Fix syntax of list width
Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1455
show more ...
|
#
33938d88 |
| 07-Oct-2024 |
Baptiste Daroussin <bapt@FreeBSD.org> |
genl(1): fix typo
|
#
f45132db |
| 07-Oct-2024 |
Baptiste Daroussin <bapt@FreeBSD.org> |
genl: subscribe to all if no group is provided
the monitor command now subscribes too all groups if no "multicast group" is provided, this avoid potential collision with a group that could be named
genl: subscribe to all if no group is provided
the monitor command now subscribes too all groups if no "multicast group" is provided, this avoid potential collision with a group that could be named "all"
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
e19b2ef9 |
| 05-Oct-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
genl: add a monitor subcommand
usage: $ genl monitor <family> <multicats group>
this subcommand allows to monitor the message from a multicast group of a given family when received.
If it knows ho
genl: add a monitor subcommand
usage: $ genl monitor <family> <multicats group>
this subcommand allows to monitor the message from a multicast group of a given family when received.
If it knows how to parse the messages received it will dump the decoded version, otherwise it will just inform a new message has been received
So far it only knows how to parse nlctrl notify messages, but the plan to allow to make the parsing extensible via lua scripts
Differential Revision: https://reviews.freebsd.org/D40372
show more ...
|
#
cb1fc924 |
| 30-May-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
genl: add new command to list genetlink(4)
This commands list genetlink protocols and its operations and capabilities
Name: nlctrl ID: 0x10, Version: 00, header size: 2, max attributes: 10 suppor
genl: add new command to list genetlink(4)
This commands list genetlink protocols and its operations and capabilities
Name: nlctrl ID: 0x10, Version: 00, header size: 2, max attributes: 10 supported operations: - ID: 0x3, Capabilities: 0xe (can modify; can get/dump; has policy) multicast groups: - ID: 0x30, Name: notify Name: carp ID: 0x11, Version: 00, header size: 2, max attributes: 2 supported operations: - ID: 0x1, Capabilities: 0xe (can modify; can get/dump; has policy) - ID: 0x2, Capabilities: 0xb (requires admin permission; can modify; has policy)
Reviewed by: melifaro Differential Revision: https://reviews.freebsd.org/D40330
show more ...
|