From owner-cvs-all@FreeBSD.ORG Tue Nov 23 09:45:48 2004 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 8BD8616A4CE; Tue, 23 Nov 2004 09:45:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661CC43D41; Tue, 23 Nov 2004 09:45:48 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAN9jm10027272; Tue, 23 Nov 2004 09:45:48 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAN9jmSW027271; Tue, 23 Nov 2004 09:45:48 GMT (envelope-from glebius) Message-Id: <200411230945.iAN9jmSW027271@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 23 Nov 2004 09:45:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_one2many.c ng_one2many.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: Tue, 23 Nov 2004 09:45:48 -0000 glebius 2004-11-23 09:45:47 UTC FreeBSD src repository Modified files: sys/netgraph ng_one2many.c ng_one2many.h Log: Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY. It means, that node listens to flow control messages from downstreams and removes link from list of active links whenever a LINK_IS_DOWN message is received. If LINK_IS_UP message is received, then links is put back into list of active links. Approved by: julian (mentor), implicitly MFC after: 1 week Revision Changes Path 1.19 +64 -0 src/sys/netgraph/ng_one2many.c 1.7 +2 -1 src/sys/netgraph/ng_one2many.h