Date: Thu, 8 Jan 2004 19:19:40 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ngctl Makefile dot.c main.c ngctl.8 ngctl.h Message-ID: <200401090319.i093JemX003309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2004/01/08 19:19:40 PST FreeBSD src repository Modified files: usr.sbin/ngctl Makefile main.c ngctl.8 ngctl.h Added files: usr.sbin/ngctl dot.c Log: Add a GraphViz-exporting ngctl(8) "dot" command. You can now create very useful .dot files of your netgraph(4) to quickly visualize the nodes, hooks and edges. An example of this can be found here: http://people.freebsd.org/~green/sample-netgraph-dot.ps If anyone would like to refine the output further, please do so. Revision Changes Path 1.13 +1 -1 src/usr.sbin/ngctl/Makefile 1.1 +188 -0 src/usr.sbin/ngctl/dot.c (new) 1.14 +1 -0 src/usr.sbin/ngctl/main.c 1.14 +12 -10 src/usr.sbin/ngctl/ngctl.8 1.12 +1 -0 src/usr.sbin/ngctl/ngctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401090319.i093JemX003309>