cvs commit: src/usr.sbin/ngctl list.c

Ruslan Ermilov ru at FreeBSD.org
Wed Feb 9 16:17:34 GMT 2005


ru          2005-02-09 16:17:33 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/ngctl       list.c 
  Log:
  - Reduce the number of netgraph messages when listing
    nodes from (N + 1) to 1, where N is the number of
    nodes in the system.
  
  - Implement "ls -l" which runs the "show" command for
    each node.
  
  In collaboration with:  glebius
  
  Revision  Changes    Path
  1.6       +35 -11    src/usr.sbin/ngctl/list.c


More information about the cvs-src mailing list