From owner-cvs-all@FreeBSD.ORG Thu Aug 7 03:40:25 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 7D9DC37B401; Thu, 7 Aug 2003 03:40:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173F343FA3; Thu, 7 Aug 2003 03:40:25 -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 h77AeO0U066681; Thu, 7 Aug 2003 03:40:24 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h77AeOcx066680; Thu, 7 Aug 2003 03:40:24 -0700 (PDT) Message-Id: <200308071040.h77AeOcx066680@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 7 Aug 2003 03:40:24 -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/fatm if_fatm.c if_fatmvar.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 10:40:25 -0000 harti 2003/08/07 03:40:24 PDT FreeBSD src repository Modified files: sys/dev/fatm if_fatm.c if_fatmvar.h Log: When configuring the interface down and up again try to re-open all connections that have been open (and were not closing) when the interface was stopped. This makes the behaviour of fatm(4) more like the behaviour of en(4). Revision Changes Path 1.8 +76 -33 src/sys/dev/fatm/if_fatm.c 1.3 +1 -0 src/sys/dev/fatm/if_fatmvar.h