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)
Mon, Apr 22, 12:10 PM
Unknown Object (File)
Dec 26 2023, 7:05 AM
Unknown Object (File)
Dec 20 2023, 4:24 AM
Unknown Object (File)
Dec 12 2023, 8:49 AM
Unknown Object (File)
Dec 1 2023, 11:47 PM
Unknown Object (File)
Nov 2 2023, 12:29 PM
Unknown Object (File)
Oct 18 2023, 10:53 PM
Unknown Object (File)
Oct 9 2023, 12:08 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.