cvs commit: src/usr.sbin/ngctl Makefile dot.c main.c ngctl.8 ngctl.h

Brian Feldman green at FreeBSD.org
Thu Jan 8 19:19:42 PST 2004


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


More information about the cvs-all mailing list