Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2003 06:42:31 -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/sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c if_hatmvar.h
Message-ID:  <200308071342.h77DgVRx081913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/08/07 06:42:31 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/hatm         if_hatm.c if_hatm_ioctl.c if_hatm_tx.c 
                         if_hatmvar.h 
  Log:
  Make the driver preserve open connections accross ifconfig down
  and up commands. When configuring the interface down only the
  connections that are currently closing are deleted from the connection
  table. When the interface is configured up, all connections that
  are in the table are re-opened.
  
  Revision  Changes    Path
  1.8       +27 -11    src/sys/dev/hatm/if_hatm.c
  1.8       +21 -12    src/sys/dev/hatm/if_hatm_ioctl.c
  1.6       +8 -3      src/sys/dev/hatm/if_hatm_tx.c
  1.5       +1 -0      src/sys/dev/hatm/if_hatmvar.h



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