From owner-cvs-all@FreeBSD.ORG Thu Aug 7 06:42:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5189C37B401; Thu, 7 Aug 2003 06:42:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F12F143FA3; Thu, 7 Aug 2003 06:42:31 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h77DgV0U081914; Thu, 7 Aug 2003 06:42:31 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h77DgVRx081913; Thu, 7 Aug 2003 06:42:31 -0700 (PDT) Message-Id: <200308071342.h77DgVRx081913@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 7 Aug 2003 06:42:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c if_hatmvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 13:42:32 -0000 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