Page MenuHomeFreeBSD

genl: add the monitor subcommand
ClosedPublic

Authored by bapt on Jun 1 2023, 9:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 17, 2:26 AM
Unknown Object (File)
Sun, Mar 15, 2:05 AM
Unknown Object (File)
Tue, Mar 3, 4:00 PM
Unknown Object (File)
Tue, Mar 3, 4:40 AM
Unknown Object (File)
Mon, Mar 2, 9:41 AM
Unknown Object (File)
Sat, Feb 28, 11:34 PM
Unknown Object (File)
Jan 31 2026, 3:28 AM
Unknown Object (File)
Jan 31 2026, 1:03 AM
Subscribers

Details

Summary

usage:
$ genl dump <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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bapt requested review of this revision.Jun 1 2023, 9:23 AM
bapt retitled this revision from genl: add the dump subcommand to genl: add the monitor subcommand.Jun 1 2023, 12:18 PM
bapt edited the summary of this revision. (Show Details)

s/dump/monitor
filter out NLMSG_ERROR

A fix for the man page.

usr.bin/genl/genl.1
60

s/The print the/Then print the/

This revision was not accepted when it landed; it landed in state Needs Review.Oct 5 2023, 10:55 AM
This revision was automatically updated to reflect the committed changes.