freebsd-dev/usr.sbin/ngctl
Kyle Evans 8073c947c7 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
2020-10-04 17:07:13 +00:00
..
config.c
connect.c
debug.c
dot.c ngctl: add -c (compact output) for the dot command 2020-10-04 17:07:13 +00:00
list.c
main.c
Makefile Replace complicated expression to disable libedit when no libthr is being built 2019-07-15 14:23:51 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
mkpeer.c
msg.c
name.c
ngctl.8
ngctl.h
rmhook.c
show.c
shutdown.c
status.c
types.c
write.c