8073c947c7
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 |
||
---|---|---|
.. | ||
config.c | ||
connect.c | ||
debug.c | ||
dot.c | ||
list.c | ||
main.c | ||
Makefile | ||
Makefile.depend | ||
Makefile.depend.options | ||
mkpeer.c | ||
msg.c | ||
name.c | ||
ngctl.8 | ||
ngctl.h | ||
rmhook.c | ||
show.c | ||
shutdown.c | ||
status.c | ||
types.c | ||
write.c |