Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2003 07:25:57 -0700 (PDT)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200308121425.h7CEPwSb050568@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308121425.h7CEPwSb050568>