cvs commit: src/sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c if_hatmvar.h

Hartmut Brandt harti at FreeBSD.org
Thu Aug 7 06:42:32 PDT 2003


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


More information about the cvs-src mailing list