HomeFreeBSD

ngctl: add -c (compact output) for the dot command

Description

ngctl: add -c (compact output) for the dot command

The output of "ngctl dot" is suitable for small netgraph networks. Even
moderate complex netgraph setups (about a dozen nodes) are hard to
understand from the .dot output, because each node and each hook are shown
as a full blown structure.

This patch allows to generate much more compact output and graphs by
omitting the extra structures for the individual hooks. Instead the names of
the hooks are labels to the edges.

Submitted by: Lutz Donnerhacke <lutz_donnerhacke.de>
Reviewed by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D21965

Details

Provenance
kevansAuthored on
Reviewer
markj
Differential Revision
D21965: usr.sbin/ngctl: Generate more compact GraphWiz output
Parents
rS366429: Add sig_intr(9).
Branches
Unknown
Tags
Unknown