cvs commit: src/sbin/atm Makefile src/sbin/atm/atmconfig Makefile atmconfig.8 atmconfig.h atmconfig.help diag.c diag.h main.c natm.c private.h

Hartmut Brandt harti at FreeBSD.org
Tue Aug 12 07:26:01 PDT 2003


harti       2003/08/12 07:25:57 PDT

  FreeBSD src repository

  Modified files:
    sbin/atm             Makefile 
  Added files:
    sbin/atm/atmconfig   Makefile atmconfig.8 atmconfig.h 
                         atmconfig.help diag.c diag.h main.c 
                         natm.c private.h 
  Log:
  Add a program for configuration of the ATM drivers and the IP over ATM
  stuff. This utility allows inspection of the ATM characteristics,
  the PHY layer, including statistics of both, the retrival of the
  list of currently open channels and also allows access to utopia(4).
  
  Revision  Changes    Path
  1.4       +1 -0      src/sbin/atm/Makefile
  1.1       +17 -0     src/sbin/atm/atmconfig/Makefile (new)
  1.1       +332 -0    src/sbin/atm/atmconfig/atmconfig.8 (new)
  1.1       +96 -0     src/sbin/atm/atmconfig/atmconfig.h (new)
  1.1       +189 -0    src/sbin/atm/atmconfig/atmconfig.help (new)
  1.1       +1080 -0   src/sbin/atm/atmconfig/diag.c (new)
  1.1       +48 -0     src/sbin/atm/atmconfig/diag.h (new)
  1.1       +519 -0    src/sbin/atm/atmconfig/main.c (new)
  1.1       +683 -0    src/sbin/atm/atmconfig/natm.c (new)
  1.1       +52 -0     src/sbin/atm/atmconfig/private.h (new)


More information about the cvs-src mailing list