Page MenuHomeFreeBSD

genl: add the monitor subcommand
ClosedPublic

Authored by bapt on Jun 1 2023, 9:23 AM.
Tags
None
Referenced Files
F102688298: D40372.diff
Fri, Nov 15, 9:37 PM
Unknown Object (File)
Sat, Oct 26, 1:14 AM
Unknown Object (File)
Sat, Oct 19, 5:08 AM
Unknown Object (File)
Sat, Oct 19, 1:12 AM
Unknown Object (File)
Oct 4 2024, 11:36 PM
Unknown Object (File)
Oct 4 2024, 5:17 PM
Unknown Object (File)
Oct 2 2024, 4:29 AM
Unknown Object (File)
Oct 1 2024, 3:36 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 51828
Build 48719: arc lint + arc unit

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.